ISL1208_HR_MIL
if (regs[2] & ISL1208_HR_MIL) {
dt->dt_hour = FROMBCD(regs[2] & ~ISL1208_HR_MIL);
regs[2] = TOBCD(dt->dt_hour) | ISL1208_HR_MIL;