OMAP2 PRCM: convert OMAP2 PRCM macros to the _SHIFT/_MASK suffixes
authorPaul Walmsley <paul@pwsan.com>
Thu, 20 May 2010 18:31:04 +0000 (12:31 -0600)
committerPaul Walmsley <paul@pwsan.com>
Thu, 20 May 2010 18:31:04 +0000 (12:31 -0600)
Fix all of the remaining OMAP2 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>

No differences found