Searched refs:century_bit (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/rtc/
H A Drtc-isl12057.c113 u8 century_bit; isl12057_rtc_tm_to_regs() local
126 century_bit = (tm->tm_year > 199) ? ISL12057_REG_RTC_MO_CEN : 0; isl12057_rtc_tm_to_regs()
132 regs[ISL12057_REG_RTC_MO] = bin2bcd(tm->tm_mon + 1) | century_bit; isl12057_rtc_tm_to_regs()

Completed in 44 milliseconds