RTC_BASE           21 arch/sh/boards/mach-sh03/rtc.c #define RTC_SEC1	(RTC_BASE + 0)
RTC_BASE           22 arch/sh/boards/mach-sh03/rtc.c #define RTC_SEC10	(RTC_BASE + 1)
RTC_BASE           23 arch/sh/boards/mach-sh03/rtc.c #define RTC_MIN1	(RTC_BASE + 2)
RTC_BASE           24 arch/sh/boards/mach-sh03/rtc.c #define RTC_MIN10	(RTC_BASE + 3)
RTC_BASE           25 arch/sh/boards/mach-sh03/rtc.c #define RTC_HOU1	(RTC_BASE + 4)
RTC_BASE           26 arch/sh/boards/mach-sh03/rtc.c #define RTC_HOU10	(RTC_BASE + 5)
RTC_BASE           27 arch/sh/boards/mach-sh03/rtc.c #define RTC_WEE1	(RTC_BASE + 6)
RTC_BASE           28 arch/sh/boards/mach-sh03/rtc.c #define RTC_DAY1	(RTC_BASE + 7)
RTC_BASE           29 arch/sh/boards/mach-sh03/rtc.c #define RTC_DAY10	(RTC_BASE + 8)
RTC_BASE           30 arch/sh/boards/mach-sh03/rtc.c #define RTC_MON1	(RTC_BASE + 9)
RTC_BASE           31 arch/sh/boards/mach-sh03/rtc.c #define RTC_MON10	(RTC_BASE + 10)
RTC_BASE           32 arch/sh/boards/mach-sh03/rtc.c #define RTC_YEA1	(RTC_BASE + 11)
RTC_BASE           33 arch/sh/boards/mach-sh03/rtc.c #define RTC_YEA10	(RTC_BASE + 12)
RTC_BASE           34 arch/sh/boards/mach-sh03/rtc.c #define RTC_YEA100	(RTC_BASE + 13)
RTC_BASE           35 arch/sh/boards/mach-sh03/rtc.c #define RTC_YEA1000	(RTC_BASE + 14)
RTC_BASE           36 arch/sh/boards/mach-sh03/rtc.c #define RTC_CTL		(RTC_BASE + 15)