Searched refs:RTC_DAY_OF_WEEK (Results 1 – 8 of 8) sorted by relevance
38 #define RTC_DAY_OF_WEEK ( RTC_BASE + 0x04 ) macro49 #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()
29 #define RTC_DAY_OF_WEEK ( RTC_BASE + 4 ) macro37 #define RTC_CONTROLC RTC_DAY_OF_WEEK66 wday = rtc_read( RTC_DAY_OF_WEEK ); in rtc_get()115 rtc_write( RTC_DAY_OF_WEEK, bin2bcd( tmp->tm_wday )); in rtc_set()
32 #define RTC_DAY_OF_WEEK ( RTC_BASE + 0xc ) macro69 wday = rtc_read( RTC_DAY_OF_WEEK ); in rtc_get()118 rtc_write( RTC_DAY_OF_WEEK, bin2bcd( tmp->tm_wday )); in rtc_set()
34 #define RTC_DAY_OF_WEEK 0x06 macro96 wday = mc146818_read8(RTC_DAY_OF_WEEK); in mc146818_get()144 mc146818_write8(RTC_DAY_OF_WEEK, bin2bcd(tmp->tm_wday)); in mc146818_set()
27 #define RTC_DAY_OF_WEEK 0x03 macro309 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()
93 wday = rtc_read (RTC_DAY_OF_WEEK); in rtc_get()146 rtc_write (RTC_DAY_OF_WEEK, bin2bcd(tmp->tm_wday)); in rtc_set()
22 #define RTC_DAY_OF_WEEK 0x1FFC macro
30 #define RTC_DAY_OF_WEEK 6 macro