OMAP2+ PRCM: convert remaining PRCM macros to the _SHIFT/_MASK suffixes
authorPaul Walmsley <paul@pwsan.com>
Wed, 19 May 2010 00:40:23 +0000 (18:40 -0600)
committerPaul Walmsley <paul@pwsan.com>
Thu, 20 May 2010 18:31:05 +0000 (12:31 -0600)
commit2fd0f75cb3413105ed10041c719346ccb710fbc6
treefd7a69a45f9ad4c7530a05f5c869d8cf6e8f8141
parent2bc4ef71c5a3b6986b452d6c530777974d11ef4a
OMAP2+ PRCM: convert remaining PRCM macros to the _SHIFT/_MASK suffixes

Fix all of the remaining PRCM register shift/bitmask macros that did not
use the _SHIFT/_MASK suffixes to use them.  This makes the use of these
macros consistent.  It is intended to reduce error, as code can be inspected
visually by reviewers to ensure that bitshifts and bitmasks are used in
the appropriate places.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: Kevin Hilman <khilman@deeprootsystems.com>
arch/arm/mach-omap2/cm.h
arch/arm/mach-omap2/pm24xx.c
arch/arm/mach-omap2/pm34xx.c
arch/arm/mach-omap2/powerdomain.c
arch/arm/mach-omap2/prcm-common.h
arch/arm/mach-omap2/prcm.c
arch/arm/mach-omap2/prm.h