Home
last modified time | relevance | path

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

/u-boot/drivers/rtc/
A Dds164x.c39 #define RTC_SECONDS ( RTC_BASE + 0x01 ) macro
45 #define RTC_CONTROLB RTC_SECONDS /* OSC=bit7 */
63 sec = rtc_read( RTC_SECONDS ); in rtc_get()
120 rtc_write( RTC_SECONDS, bin2bcd( tmp->tm_sec )); in rtc_set()
A Dds1556.c35 #define RTC_SECONDS ( RTC_BASE + 0x9 ) macro
39 #define RTC_CONTROLB RTC_SECONDS
65 sec = rtc_read( RTC_SECONDS ); in rtc_get()
122 rtc_write( RTC_SECONDS, bin2bcd( tmp->tm_sec )); in rtc_set()
A Dds174x.c30 #define RTC_SECONDS ( RTC_BASE + 1 ) macro
34 #define RTC_CONTROLB RTC_SECONDS
60 sec = rtc_read( RTC_SECONDS ); in rtc_get()
117 rtc_write( RTC_SECONDS, bin2bcd( tmp->tm_sec )); in rtc_set()
A Dmc146818.c26 #define RTC_SECONDS 0x00 macro
90 sec = mc146818_read8(RTC_SECONDS); in mc146818_get()
151 mc146818_write8(RTC_SECONDS, bin2bcd(tmp->tm_sec)); in mc146818_set()
A Dmk48t59.c87 sec = rtc_read (RTC_SECONDS); in rtc_get()
148 rtc_write (RTC_SECONDS, bin2bcd(tmp->tm_sec )); in rtc_set()
A Dds1306.c23 #define RTC_SECONDS 0x00 macro
304 sec = rtc_read (RTC_SECONDS); in rtc_get()
371 rtc_write (RTC_SECONDS, bin2bcd (tmp->tm_sec)); in rtc_set()
/u-boot/include/
A Dmk48t59.h19 #define RTC_SECONDS 0x1FF9 macro
/u-boot/include/linux/
A Dmc146818rtc.h21 #define RTC_SECONDS 0 macro

Completed in 8 milliseconds