Searched refs:BD70528_MASK_RTC_MONTH (Results 1 – 2 of 2) sorted by relevance
17 #define BD70528_MASK_RTC_MONTH 0x1f macro
70 r->month &= ~BD70528_MASK_RTC_MONTH; in tm2rtc()103 t->tm_mon = bcd2bin(r->month & BD70528_MASK_RTC_MONTH) - 1; in rtc2tm()