Searched refs:M41T80_REG_DAY (Results 1 – 1 of 1) sorted by relevance
40 #define M41T80_REG_DAY 5 macro120 tm->tm_mday = bcd2bin(buf[M41T80_REG_DAY] & 0x3f); in m41t80_get_datetime()175 buf[M41T80_REG_DAY] = in m41t80_set_datetime()176 bin2bcd(tm->tm_mday) | (buf[M41T80_REG_DAY] & ~0x3f); in m41t80_set_datetime()