ABB5ZES3_REG_RTC_YR
tm->tm_year = bcd2bin(regs[ABB5ZES3_REG_RTC_YR]) + 100;
regs[ABB5ZES3_REG_RTC_YR] = bin2bcd(tm->tm_year - 100);