RX8581_REG_YR     125 drivers/rtc/rtc-rx8581.c 	tm->tm_year = bcd2bin(date[RX8581_REG_YR]) + 100;
RX8581_REG_YR     160 drivers/rtc/rtc-rx8581.c 	buf[RX8581_REG_YR] = bin2bcd(tm->tm_year - 100);