Searched refs:RTC_DAY_OF_WEEK (Results 1 – 11 of 11) sorted by relevance
39 #define RTC_DAY_OF_WEEK ( RTC_BASE + 0x04 ) macro50 #define RTC_CONTROLC RTC_DAY_OF_WEEK /* FT=bit6 */70 wday = rtc_read( RTC_DAY_OF_WEEK ); in rtc_get()119 rtc_write( RTC_DAY_OF_WEEK, bin2bcd( tmp->tm_wday )); in rtc_set()
30 #define RTC_DAY_OF_WEEK ( RTC_BASE + 4 ) macro38 #define RTC_CONTROLC RTC_DAY_OF_WEEK67 wday = rtc_read( RTC_DAY_OF_WEEK ); in rtc_get()116 rtc_write( RTC_DAY_OF_WEEK, bin2bcd( tmp->tm_wday )); in rtc_set()
33 #define RTC_DAY_OF_WEEK ( RTC_BASE + 0xc ) macro70 wday = rtc_read( RTC_DAY_OF_WEEK ); in rtc_get()119 rtc_write( RTC_DAY_OF_WEEK, bin2bcd( tmp->tm_wday )); in rtc_set()
35 #define RTC_DAY_OF_WEEK 0x06 macro97 wday = mc146818_read8(RTC_DAY_OF_WEEK); in mc146818_get()145 mc146818_write8(RTC_DAY_OF_WEEK, bin2bcd(tmp->tm_wday)); in mc146818_set()
28 #define RTC_DAY_OF_WEEK 0x03 macro310 wday = rtc_read (RTC_DAY_OF_WEEK); in rtc_get()376 rtc_write (RTC_DAY_OF_WEEK, bin2bcd (tmp->tm_wday + 1)); in rtc_set()
94 wday = rtc_read (RTC_DAY_OF_WEEK); in rtc_get()147 rtc_write (RTC_DAY_OF_WEEK, bin2bcd(tmp->tm_wday)); in rtc_set()
23 #define RTC_DAY_OF_WEEK 0x1FFC macro
30 #define RTC_DAY_OF_WEEK 6 macro
59 #define RTC_DAY_OF_WEEK 6 macro
269 wday = RTC_READ( RTC_DAY_OF_WEEK ); in atari_tt_hwclk()278 if (wday >= 0) RTC_WRITE( RTC_DAY_OF_WEEK, wday ); in atari_tt_hwclk()
171 #define RTC_DAY_OF_WEEK 6 macro