Searched refs:MVRTC_MON_MSK (Results 1 – 2 of 2) sorted by relevance
50 t->tm_mon = bcd2bin((date >> MVRTC_MON_SFT) & MVRTC_MON_MSK); in rtc_get()81 date |= (bin2bcd(t->tm_mon) & MVRTC_MON_MSK) << MVRTC_MON_SFT; in rtc_set()
45 #define MVRTC_MON_MSK 0x1f macro