Skip to content

Commit

Permalink
OMAP4: PRCM: Define shift macros as n instead of 1 << n
Browse files Browse the repository at this point in the history
The macros defining the shift bits in registers for various
register bit fields are defined as 1 << n.
Instead define them as n. They can then be used as val << n.
The changes are generated by updating the script which autogenerates
the files modifed in the patch.

Signed-off-by: Rajendra Nayak <rnayak@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
  • Loading branch information
Rajendra Nayak authored and Paul Walmsley committed Jan 29, 2010
1 parent e80a972 commit 56ef28a
Show file tree
Hide file tree
Showing 2 changed files with 773 additions and 773 deletions.
Loading

0 comments on commit 56ef28a

Please sign in to comment.