years              47 drivers/rtc/rtc-bq32k.c 	uint8_t		years;
years             111 drivers/rtc/rtc-bq32k.c 	tm->tm_year = bcd2bin(regs.years) +
years             130 drivers/rtc/rtc-bq32k.c 		regs.years = bin2bcd(tm->tm_year - 100);
years             132 drivers/rtc/rtc-bq32k.c 		regs.years = bin2bcd(tm->tm_year);
years             233 drivers/rtc/rtc-ds1685.c 	u8 seconds, minutes, hours, wday, mday, month, years;
years             243 drivers/rtc/rtc-ds1685.c 	years   = rtc->read(rtc, RTC_YEAR);
years             249 drivers/rtc/rtc-ds1685.c 	years        = ds1685_rtc_bcd2bin(rtc, years, RTC_YEAR_BCD_MASK,
years             265 drivers/rtc/rtc-ds1685.c 	tm->tm_year  = ((years + (century * 100)) - 1900);
years             281 drivers/rtc/rtc-ds1685.c 	u8 ctrlb, seconds, minutes, hours, wday, mday, month, years, century;
years             296 drivers/rtc/rtc-ds1685.c 	years   = ds1685_rtc_bin2bcd(rtc, (tm->tm_year % 100),
years             334 drivers/rtc/rtc-ds1685.c 	rtc->write(rtc, RTC_YEAR, years);