Home
last modified time | relevance | path

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

/external/u-boot/drivers/rtc/
Dds164x.c38 #define RTC_DAY_OF_WEEK ( RTC_BASE + 0x04 ) macro
49 #define RTC_CONTROLC RTC_DAY_OF_WEEK /* FT=bit6 */
69 wday = rtc_read( RTC_DAY_OF_WEEK ); in rtc_get()
118 rtc_write( RTC_DAY_OF_WEEK, bin2bcd( tmp->tm_wday )); in rtc_set()
Dds174x.c29 #define RTC_DAY_OF_WEEK ( RTC_BASE + 4 ) macro
37 #define RTC_CONTROLC RTC_DAY_OF_WEEK
66 wday = rtc_read( RTC_DAY_OF_WEEK ); in rtc_get()
115 rtc_write( RTC_DAY_OF_WEEK, bin2bcd( tmp->tm_wday )); in rtc_set()
Dds1556.c32 #define RTC_DAY_OF_WEEK ( RTC_BASE + 0xc ) macro
69 wday = rtc_read( RTC_DAY_OF_WEEK ); in rtc_get()
118 rtc_write( RTC_DAY_OF_WEEK, bin2bcd( tmp->tm_wday )); in rtc_set()
Dmc146818.c34 #define RTC_DAY_OF_WEEK 0x06 macro
96 wday = mc146818_read8(RTC_DAY_OF_WEEK); in mc146818_get()
144 mc146818_write8(RTC_DAY_OF_WEEK, bin2bcd(tmp->tm_wday)); in mc146818_set()
Dds1306.c27 #define RTC_DAY_OF_WEEK 0x03 macro
309 wday = rtc_read (RTC_DAY_OF_WEEK); in rtc_get()
375 rtc_write (RTC_DAY_OF_WEEK, bin2bcd (tmp->tm_wday + 1)); in rtc_set()
Dmk48t59.c93 wday = rtc_read (RTC_DAY_OF_WEEK); in rtc_get()
146 rtc_write (RTC_DAY_OF_WEEK, bin2bcd(tmp->tm_wday)); in rtc_set()
/external/u-boot/include/
Dmk48t59.h22 #define RTC_DAY_OF_WEEK 0x1FFC macro
/external/u-boot/include/linux/
Dmc146818rtc.h30 #define RTC_DAY_OF_WEEK 6 macro