DT_YEARS          123 drivers/rtc/rtc-pcf85363.c 	unsigned char buf[DT_YEARS + 1];
DT_YEARS          133 drivers/rtc/rtc-pcf85363.c 	tm->tm_year = bcd2bin(buf[DT_YEARS]);
DT_YEARS          166 drivers/rtc/rtc-pcf85363.c 	buf[DT_YEARS] = bin2bcd(tm->tm_year % 100);