Home
last modified time | relevance | path

Searched refs:RTC_BASE (Results 1 – 1 of 1) sorted by relevance

/linux/arch/sh/boards/mach-sh03/
H A Drtc.c19 #define RTC_BASE 0xb0000000 macro
20 #define RTC_SEC1 (RTC_BASE + 0)
21 #define RTC_SEC10 (RTC_BASE + 1)
22 #define RTC_MIN1 (RTC_BASE + 2)
23 #define RTC_MIN10 (RTC_BASE + 3)
24 #define RTC_HOU1 (RTC_BASE + 4)
25 #define RTC_HOU10 (RTC_BASE + 5)
26 #define RTC_WEE1 (RTC_BASE + 6)
27 #define RTC_DAY1 (RTC_BASE + 7)
28 #define RTC_DAY10 (RTC_BASE + 8)
[all …]