Home
last modified time | relevance | path

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

/u-boot/drivers/rtc/
A Dds1556.c27 #define RTC_BASE ( CONFIG_SYS_NVRAM_SIZE + CONFIG_SYS_NVRAM_BASE_ADDR ) macro
29 #define RTC_YEAR ( RTC_BASE + 0xf )
30 #define RTC_MONTH ( RTC_BASE + 0xe )
31 #define RTC_DAY_OF_MONTH ( RTC_BASE + 0xd )
32 #define RTC_DAY_OF_WEEK ( RTC_BASE + 0xc )
33 #define RTC_HOURS ( RTC_BASE + 0xb )
34 #define RTC_MINUTES ( RTC_BASE + 0xa )
35 #define RTC_SECONDS ( RTC_BASE + 0x9 )
36 #define RTC_CENTURY ( RTC_BASE + 0x8 )
40 #define RTC_CONTROLC RTC_BASE
A Dds164x.c31 #define RTC_BASE ( CONFIG_SYS_NVRAM_BASE_ADDR + CONFIG_SYS_NVRAM_SIZE ) macro
33 #define RTC_YEAR ( RTC_BASE + 0x07 )
34 #define RTC_MONTH ( RTC_BASE + 0x06 )
35 #define RTC_DAY_OF_MONTH ( RTC_BASE + 0x05 )
36 #define RTC_DAY_OF_WEEK ( RTC_BASE + 0x04 )
37 #define RTC_HOURS ( RTC_BASE + 0x03 )
38 #define RTC_MINUTES ( RTC_BASE + 0x02 )
39 #define RTC_SECONDS ( RTC_BASE + 0x01 )
40 #define RTC_CONTROL ( RTC_BASE + 0x00 )
A Dds174x.c22 #define RTC_BASE ( CONFIG_SYS_NVRAM_SIZE + CONFIG_SYS_NVRAM_BASE_ADDR ) macro
24 #define RTC_YEAR ( RTC_BASE + 7 )
25 #define RTC_MONTH ( RTC_BASE + 6 )
26 #define RTC_DAY_OF_MONTH ( RTC_BASE + 5 )
27 #define RTC_DAY_OF_WEEK ( RTC_BASE + 4 )
28 #define RTC_HOURS ( RTC_BASE + 3 )
29 #define RTC_MINUTES ( RTC_BASE + 2 )
30 #define RTC_SECONDS ( RTC_BASE + 1 )
31 #define RTC_CENTURY ( RTC_BASE + 0 )
A Dmcfrtc.c17 #error RTC_BASE is not defined!
/u-boot/arch/arm/include/asm/arch-am33xx/
A Dhardware_ti816x.h60 #define RTC_BASE 0x480C0000 macro
A Dhardware_ti814x.h54 #define RTC_BASE 0x480C0000 macro
A Dhardware_am33xx.h62 #define RTC_BASE 0x44E3E000 macro
A Dhardware_am43xx.h65 #define RTC_BASE 0x44E3E000 macro
/u-boot/arch/arm/include/asm/arch-lpc32xx/
A Dcpu.h27 #define RTC_BASE 0x40024000 /* RTC registers base */ macro
/u-boot/arch/arm/mach-omap2/am33xx/
A Dboard.c381 struct davinci_rtc *rtc = (struct davinci_rtc *)RTC_BASE; in update_rtc_magic()
419 struct davinci_rtc *rtc = (struct davinci_rtc *)RTC_BASE; in rtc32k_enable()
464 struct davinci_rtc *rtc = (struct davinci_rtc *)RTC_BASE; in rtc_only()
/u-boot/board/eets/pdu001/
A Dboard.c66 #define BOOT_DEVICE_SAVE_REGISTER (RTC_BASE + CONFIG_SYS_RTC_SCRATCH0)
/u-boot/arch/arm/include/asm/arch-ep93xx/
A Dep93xx.h582 #define RTC_BASE (EP93XX_APB_BASE | RTC_OFFSET) macro

Completed in 23 milliseconds