Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/sh/boards/mach-sh03/
H A Drtc.c20 #define RTC_BASE 0xb0000000 macro
21 #define RTC_SEC1 (RTC_BASE + 0)
22 #define RTC_SEC10 (RTC_BASE + 1)
23 #define RTC_MIN1 (RTC_BASE + 2)
24 #define RTC_MIN10 (RTC_BASE + 3)
25 #define RTC_HOU1 (RTC_BASE + 4)
26 #define RTC_HOU10 (RTC_BASE + 5)
27 #define RTC_WEE1 (RTC_BASE + 6)
28 #define RTC_DAY1 (RTC_BASE + 7)
29 #define RTC_DAY10 (RTC_BASE + 8)
[all …]
/OK3568_Linux_fs/u-boot/drivers/rtc/
H A Dds1556.c28 #define RTC_BASE ( CONFIG_SYS_NVRAM_SIZE + CONFIG_SYS_NVRAM_BASE_ADDR ) macro
30 #define RTC_YEAR ( RTC_BASE + 0xf )
31 #define RTC_MONTH ( RTC_BASE + 0xe )
32 #define RTC_DAY_OF_MONTH ( RTC_BASE + 0xd )
33 #define RTC_DAY_OF_WEEK ( RTC_BASE + 0xc )
34 #define RTC_HOURS ( RTC_BASE + 0xb )
35 #define RTC_MINUTES ( RTC_BASE + 0xa )
36 #define RTC_SECONDS ( RTC_BASE + 0x9 )
37 #define RTC_CENTURY ( RTC_BASE + 0x8 )
41 #define RTC_CONTROLC RTC_BASE
H A Dds164x.c34 #define RTC_BASE ( CONFIG_SYS_NVRAM_BASE_ADDR + CONFIG_SYS_NVRAM_SIZE ) macro
36 #define RTC_YEAR ( RTC_BASE + 0x07 )
37 #define RTC_MONTH ( RTC_BASE + 0x06 )
38 #define RTC_DAY_OF_MONTH ( RTC_BASE + 0x05 )
39 #define RTC_DAY_OF_WEEK ( RTC_BASE + 0x04 )
40 #define RTC_HOURS ( RTC_BASE + 0x03 )
41 #define RTC_MINUTES ( RTC_BASE + 0x02 )
42 #define RTC_SECONDS ( RTC_BASE + 0x01 )
43 #define RTC_CONTROL ( RTC_BASE + 0x00 )
H A Dds174x.c25 #define RTC_BASE ( CONFIG_SYS_NVRAM_SIZE + CONFIG_SYS_NVRAM_BASE_ADDR ) macro
27 #define RTC_YEAR ( RTC_BASE + 7 )
28 #define RTC_MONTH ( RTC_BASE + 6 )
29 #define RTC_DAY_OF_MONTH ( RTC_BASE + 5 )
30 #define RTC_DAY_OF_WEEK ( RTC_BASE + 4 )
31 #define RTC_HOURS ( RTC_BASE + 3 )
32 #define RTC_MINUTES ( RTC_BASE + 2 )
33 #define RTC_SECONDS ( RTC_BASE + 1 )
34 #define RTC_CENTURY ( RTC_BASE + 0 )
H A Dmcfrtc.c20 #error RTC_BASE is not defined!
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-am33xx/
H A Dhardware_ti816x.h60 #define RTC_BASE 0x480C0000 macro
H A Dhardware_ti814x.h55 #define RTC_BASE 0x480C0000 macro
H A Dhardware_am33xx.h58 #define RTC_BASE 0x44E3E000 macro
H A Dhardware_am43xx.h62 #define RTC_BASE 0x44E3E000 macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-lpc32xx/
H A Dcpu.h28 #define RTC_BASE 0x40024000 /* RTC registers base */ macro
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/am33xx/
H A Dboard.c279 struct davinci_rtc *rtc = (struct davinci_rtc *)RTC_BASE; in rtc32k_enable()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-ep93xx/
H A Dep93xx.h583 #define RTC_BASE (EP93XX_APB_BASE | RTC_OFFSET) macro