Searched refs:CCR_MDAY (Results 1 – 2 of 2) sorted by relevance
31 #define CCR_MDAY 3 macro105 tm->tm_mday = bcd2bin(buf[CCR_MDAY]); in rtc_get()135 buf[CCR_MDAY] = bin2bcd(tm->tm_mday); in rtc_set()
29 #define CCR_MDAY 3 macro130 tm->tm_mday = bcd2bin(buf[CCR_MDAY]); in x1205_get_datetime()198 buf[CCR_MDAY] = bin2bcd(tm->tm_mday); in x1205_set_datetime()