Home | History | Annotate | Download | only in mach-au1x00

Lines Matching refs:SYS_BASE

953 #define SYS_BASE		0xB1900000
954 #define SYS_COUNTER_CNTRL (SYS_BASE + 0x14)
976 #define SYS_TOYTRIM (SYS_BASE + 0)
977 #define SYS_TOYWRITE (SYS_BASE + 4)
978 #define SYS_TOYMATCH0 (SYS_BASE + 8)
979 #define SYS_TOYMATCH1 (SYS_BASE + 0xC)
980 #define SYS_TOYMATCH2 (SYS_BASE + 0x10)
981 #define SYS_TOYREAD (SYS_BASE + 0x40)
984 #define SYS_RTCTRIM (SYS_BASE + 0x44)
985 #define SYS_RTCWRITE (SYS_BASE + 0x48)
986 #define SYS_RTCMATCH0 (SYS_BASE + 0x4C)
987 #define SYS_RTCMATCH1 (SYS_BASE + 0x50)
988 #define SYS_RTCMATCH2 (SYS_BASE + 0x54)
989 #define SYS_RTCREAD (SYS_BASE + 0x58)
1748 static AU1X00_SYS * const sys = (AU1X00_SYS *)SYS_BASE;