century_after_1900  106 drivers/rtc/rtc-m41t93.c 	int century_after_1900;
century_after_1900  150 drivers/rtc/rtc-m41t93.c 	century_after_1900 = (buf[M41T93_REG_CENT_HOUR] >> 6) + 1;
century_after_1900  151 drivers/rtc/rtc-m41t93.c 	tm->tm_year = bcd2bin(buf[M41T93_REG_YEAR]) + century_after_1900 * 100;