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()
36 #define RTC_MONTH ( RTC_BASE + 0x06 ) macro70 mon = rtc_read( RTC_MONTH ); in rtc_get()116 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()
27 #define RTC_MONTH ( RTC_BASE + 6 ) macro67 mon = rtc_read( RTC_MONTH ); in rtc_get()113 rtc_write( RTC_MONTH, bin2bcd( tmp->tm_mon )); in rtc_set()
36 #define RTC_MONTH 0x08 macro97 mon = mc146818_read8(RTC_MONTH); in mc146818_get()143 mc146818_write8(RTC_MONTH, bin2bcd(tmp->tm_mon)); in mc146818_set()
29 #define RTC_MONTH 0x05 macro310 mon = rtc_read (RTC_MONTH); in rtc_get()377 rtc_write (RTC_MONTH, bin2bcd (tmp->tm_mon)); in rtc_set()
94 mon = rtc_read (RTC_MONTH); in rtc_get()144 rtc_write (RTC_MONTH, bin2bcd(tmp->tm_mon)); in rtc_set()
24 #define RTC_MONTH 0x1FFE macro
32 #define RTC_MONTH 8 macro