Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/rtc/
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) in isl12057_rtc_regs_to_tm()
126 century_bit = (tm->tm_year > 199) ? ISL12057_REG_RTC_MO_CEN : 0; in isl12057_rtc_tm_to_regs()