Go to the documentation of this file.
15 #ifndef __PLAT_REGS_SYS_H
16 #define __PLAT_REGS_SYS_H __FILE__
18 #define S3C_SYSREG(x) (S3C_VA_SYS + (x))
20 #define S3C64XX_AHB_CON0 S3C_SYSREG(0x100)
21 #define S3C64XX_AHB_CON1 S3C_SYSREG(0x104)
22 #define S3C64XX_AHB_CON2 S3C_SYSREG(0x108)
24 #define S3C64XX_SDMA_SEL S3C_SYSREG(0x110)
26 #define S3C64XX_OTHERS S3C_SYSREG(0x900)
28 #define S3C64XX_OTHERS_USBMASK (1 << 16)
29 #define S3C64XX_OTHERS_SYNCMUXSEL (1 << 6)