Searched refs:ISL12057_REG_RTC_MO_CEN (Results 1 – 1 of 1) sorted by relevance
44 #define ISL12057_REG_RTC_MO_CEN BIT(7) /* Century bit */ macro107 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()