3acf731cca
Some header files are never included outside of a mach-davinci directory and do not need to be made visible in include/mach, so let's just move them all down one level. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Sekhar Nori <nsekhar@ti.com>
5 lines
136 B
C
5 lines
136 B
C
#define DDR2_SDRCR_OFFSET 0xc
|
|
#define DDR2_SRPD_BIT (1 << 23)
|
|
#define DDR2_MCLKSTOPEN_BIT (1 << 30)
|
|
#define DDR2_LPMODEN_BIT (1 << 31)
|