Browse Source

OMAP4: PRCM: Define shift macros as n instead of 1 << n

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>
Rajendra Nayak 15 years ago
parent
commit
56ef28acf1
2 changed files with 367 additions and 367 deletions
  1. 182 182
      arch/arm/mach-omap2/cm-regbits-44xx.h
  2. 185 185
      arch/arm/mach-omap2/prm-regbits-44xx.h

File diff suppressed because it is too large
+ 182 - 182
arch/arm/mach-omap2/cm-regbits-44xx.h


File diff suppressed because it is too large
+ 185 - 185
arch/arm/mach-omap2/prm-regbits-44xx.h


Some files were not shown because too many files changed in this diff