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.c36 #define RTC_DAY_OF_WEEK ( RTC_BASE + 0x04 ) macro
47 #define RTC_CONTROLC RTC_DAY_OF_WEEK /* FT=bit6 */
67 wday = rtc_read( RTC_DAY_OF_WEEK ); in rtc_get()
116 rtc_write( RTC_DAY_OF_WEEK, bin2bcd( tmp->tm_wday )); in rtc_set()
Dds174x.c27 #define RTC_DAY_OF_WEEK ( RTC_BASE + 4 ) macro
35 #define RTC_CONTROLC RTC_DAY_OF_WEEK
64 wday = rtc_read( RTC_DAY_OF_WEEK ); in rtc_get()
113 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.c32 #define RTC_DAY_OF_WEEK 0x06 macro
94 wday = mc146818_read8(RTC_DAY_OF_WEEK); in mc146818_get()
147 mc146818_write8(RTC_DAY_OF_WEEK, bin2bcd(tmp->tm_wday + 1)); in mc146818_set()
Dds1306.c25 #define RTC_DAY_OF_WEEK 0x03 macro
307 wday = rtc_read (RTC_DAY_OF_WEEK); in rtc_get()
373 rtc_write (RTC_DAY_OF_WEEK, bin2bcd (tmp->tm_wday + 1)); in rtc_set()
Dmk48t59.c91 wday = rtc_read (RTC_DAY_OF_WEEK); in rtc_get()
144 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