RV3029_A_YR       448 drivers/rtc/rtc-rv3029c2.c 	tm->tm_year = bcd2bin(regs[RV3029_A_YR - RV3029_A_SC] & 0x7f) + 100;
RV3029_A_YR       514 drivers/rtc/rtc-rv3029c2.c 	regs[RV3029_A_YR - RV3029_A_SC] = (bin2bcd(tm->tm_year - 100))