OMAP3 PRCM: convert OMAP3 PRCM macros to the _SHIFT/_MASK suffixes
authorPaul Walmsley <paul@pwsan.com>
Wed, 19 May 2010 00:47:24 +0000 (18:47 -0600)
committerPaul Walmsley <paul@pwsan.com>
Thu, 20 May 2010 18:31:05 +0000 (12:31 -0600)
commit2bc4ef71c5a3b6986b452d6c530777974d11ef4a
treefbb479aae791394b75fd598d279bb52cf015042d
parentf38ca10a79a0cd9902b8a470901951354802faa1
OMAP3 PRCM: convert OMAP3 PRCM macros to the _SHIFT/_MASK suffixes

Fix all of the remaining OMAP3 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-regbits-34xx.h
arch/arm/mach-omap2/control.c
arch/arm/mach-omap2/pm34xx.c
arch/arm/mach-omap2/powerdomain.c
arch/arm/mach-omap2/prm-regbits-34xx.h