commit | 56ef28acf122d30b137851aa6a599ba48319a6b0 | [log] [tgz] |
---|---|---|
author | Rajendra Nayak <rnayak@ti.com> | Tue Jan 26 20:13:12 2010 -0700 |
committer | Paul Walmsley <paul@pwsan.com> | Fri Jan 29 10:14:22 2010 -0700 |
tree | 7ccdbdd45d6807691d1eaae19a07c9b6d230c04b | |
parent | e80a9729b15f4c2c00ed51d61aa543fb4269d5ca [diff] |
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>