ISL1208_REG_MO
tm->tm_mon = bcd2bin(regs[ISL1208_REG_MO]) - 1; /* rtc starts at 1 */
regs[ISL1208_REG_MO] = bin2bcd(tm->tm_mon + 1);