Searched refs:M41T80_REG_HOUR (Results 1 – 1 of 1) sorted by relevance
38 #define M41T80_REG_HOUR 3 macro119 tm->tm_hour = bcd2bin(buf[M41T80_REG_HOUR] & 0x3f); in m41t80_get_datetime()171 buf[M41T80_REG_HOUR] = in m41t80_set_datetime()172 bin2bcd(tm->tm_hour) | (buf[M41T80_REG_HOUR] & ~0x3f); in m41t80_set_datetime()