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>
This commit is contained in:
Rajendra Nayak 2010-01-26 20:13:12 -07:00 committed by Paul Walmsley
parent e80a9729b1
commit 56ef28acf1
2 changed files with 773 additions and 773 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff