MAX6900_REG_HR
tm->tm_hour = bcd2bin(regs[MAX6900_REG_HR] & 0x3f);
regs[MAX6900_REG_HR] = bin2bcd(tm->tm_hour);