summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/prm-regbits-44xx.h
Commit message (Collapse)AuthorAgeFilesLines
* OMAP4: PRCM: Define shift macros as n instead of 1 << nRajendra Nayak2010-01-291-505/+505
| | | | | | | | | | | 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>
* ARM: OMAP4: PM: Adds PRM register shift and mask bitsRajendra Nayak2009-12-111-0/+2205
This patch adds OMAP4 specific PRM register bit field shifts and masks. Auto generated using a python script (gen_prm_shifts_and_mask.py) developed by Benoit Cousson, Paul Walmsley and Rajendra Nayak. Signed-off-by: Rajendra Nayak <rnayak@ti.com> Signed-off-by: Paul Walmsley <paul@pwsan.com> Cc: Benoit Cousson <b-cousson@ti.com>
OpenPOWER on IntegriCloud