Searched refs:RX8025_REG_MONTH (Results 1 – 2 of 2) sorted by relevance
31 #define RX8025_REG_MONTH 0x05 macro204 dt->tm_mon = bcd2bin(date[RX8025_REG_MONTH] & 0x1f) - 1; in rx8025_get_time()236 date[RX8025_REG_MONTH] = bin2bcd(dt->tm_mon + 1); in rx8025_set_time()
2681 dt->tm_mon = bcd2bin(date[RX8025_REG_MONTH] & 0x1f) - 1;