Skip to content

Commit

Permalink
OMAP3 PRCM: convert OMAP3 PRCM macros to the _SHIFT/_MASK suffixes
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Walmsley committed May 20, 2010
1 parent f38ca10 commit 2bc4ef7
Show file tree
Hide file tree
Showing 5 changed files with 398 additions and 393 deletions.
Loading

0 comments on commit 2bc4ef7

Please sign in to comment.