Searched refs:M41T80_REG_MON (Results 1 – 1 of 1) sorted by relevance
41 #define M41T80_REG_MON 6 macro122 tm->tm_mon = bcd2bin(buf[M41T80_REG_MON] & 0x1f) - 1; in m41t80_get_datetime()177 buf[M41T80_REG_MON] = in m41t80_set_datetime()178 bin2bcd(tm->tm_mon + 1) | (buf[M41T80_REG_MON] & ~0x1f); in m41t80_set_datetime()