Searched refs:RTC_MONTH (Results 1 – 9 of 9) sorted by relevance
52 #define RTC_MONTH 0x5 macro115 month = data[RTC_MONTH] & 0x3F; in rtc_validate()126 (0x00 == years && 0x00 != (data[RTC_MONTH] & 0xC0))))) { in rtc_validate()136 data[RTC_MONTH] = 0xC1; in rtc_validate()159 tmp->tm_mon = bcd2bin(data[RTC_MONTH] & 0x1F); in rtc_get()160 tmp->tm_year = cb2year(data[RTC_MONTH] >> 6) + bcd2bin(data[RTC_YEAR]); in rtc_get()187 data[RTC_MONTH] = bin2bcd(tmp->tm_mon) & 0x1F; in rtc_set()189 data[RTC_MONTH] |= year2cb(tmp->tm_year) << 6; in rtc_set()
34 #define RTC_MONTH ( RTC_BASE + 0x06 ) macro68 mon = rtc_read( RTC_MONTH ); in rtc_get()114 rtc_write( RTC_MONTH, bin2bcd( tmp->tm_mon )); in rtc_set()
30 #define RTC_MONTH ( RTC_BASE + 0xe ) macro70 mon = rtc_read( RTC_MONTH ); in rtc_get()116 rtc_write( RTC_MONTH, bin2bcd( tmp->tm_mon )); in rtc_set()
25 #define RTC_MONTH ( RTC_BASE + 6 ) macro65 mon = rtc_read( RTC_MONTH ); in rtc_get()111 rtc_write( RTC_MONTH, bin2bcd( tmp->tm_mon )); in rtc_set()
34 #define RTC_MONTH 0x08 macro95 mon = mc146818_read8(RTC_MONTH); in mc146818_get()145 mc146818_write8(RTC_MONTH, bin2bcd(tmp->tm_mon)); in mc146818_set()
92 mon = rtc_read (RTC_MONTH); in rtc_get()142 rtc_write (RTC_MONTH, bin2bcd(tmp->tm_mon)); in rtc_set()
28 #define RTC_MONTH 0x05 macro309 mon = rtc_read (RTC_MONTH); in rtc_get()376 rtc_write (RTC_MONTH, bin2bcd (tmp->tm_mon)); in rtc_set()
24 #define RTC_MONTH 0x1FFE macro
32 #define RTC_MONTH 8 macro
Completed in 12 milliseconds