Searched refs:RTC_MONTH (Results 1 – 9 of 9) sorted by relevance
53 #define RTC_MONTH 0x5 macro116 month = data[RTC_MONTH] & 0x3F; in rtc_validate()127 (0x00 == years && 0x00 != (data[RTC_MONTH] & 0xC0))))) { in rtc_validate()137 data[RTC_MONTH] = 0xC1; in rtc_validate()160 tmp->tm_mon = bcd2bin(data[RTC_MONTH] & 0x1F); in rtc_get()161 tmp->tm_year = cb2year(data[RTC_MONTH] >> 6) + bcd2bin(data[RTC_YEAR]); in rtc_get()188 data[RTC_MONTH] = bin2bcd(tmp->tm_mon) & 0x1F; in rtc_set()190 data[RTC_MONTH] |= year2cb(tmp->tm_year) << 6; in rtc_set()
37 #define RTC_MONTH ( RTC_BASE + 0x06 ) macro71 mon = rtc_read( RTC_MONTH ); in rtc_get()117 rtc_write( RTC_MONTH, bin2bcd( tmp->tm_mon )); in rtc_set()
31 #define RTC_MONTH ( RTC_BASE + 0xe ) macro71 mon = rtc_read( RTC_MONTH ); in rtc_get()117 rtc_write( RTC_MONTH, bin2bcd( tmp->tm_mon )); in rtc_set()
28 #define RTC_MONTH ( RTC_BASE + 6 ) macro68 mon = rtc_read( RTC_MONTH ); in rtc_get()114 rtc_write( RTC_MONTH, bin2bcd( tmp->tm_mon )); in rtc_set()
37 #define RTC_MONTH 0x08 macro98 mon = mc146818_read8(RTC_MONTH); in mc146818_get()144 mc146818_write8(RTC_MONTH, bin2bcd(tmp->tm_mon)); in mc146818_set()
95 mon = rtc_read (RTC_MONTH); in rtc_get()145 rtc_write (RTC_MONTH, bin2bcd(tmp->tm_mon)); in rtc_set()
30 #define RTC_MONTH 0x05 macro311 mon = rtc_read (RTC_MONTH); in rtc_get()378 rtc_write (RTC_MONTH, bin2bcd (tmp->tm_mon)); in rtc_set()
25 #define RTC_MONTH 0x1FFE macro
32 #define RTC_MONTH 8 macro