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

/linux-4.1.27/drivers/rtc/
H A Drtc-isl12057.c44 #define ISL12057_REG_RTC_MO_CEN BIT(7) /* Century bit */ macro
107 if (regs[ISL12057_REG_RTC_MO] & ISL12057_REG_RTC_MO_CEN) isl12057_rtc_regs_to_tm()
126 century_bit = (tm->tm_year > 199) ? ISL12057_REG_RTC_MO_CEN : 0; isl12057_rtc_tm_to_regs()

Completed in 47 milliseconds