Searched refs:ISL12057_REG_RTC_MO (Results 1 – 1 of 1) sorted by relevance
43 #define ISL12057_REG_RTC_MO 0x05 /* Month */ macro103 tm->tm_mon = bcd2bin(regs[ISL12057_REG_RTC_MO] & 0x1f) - 1; /* ditto */ in isl12057_rtc_regs_to_tm()107 if (regs[ISL12057_REG_RTC_MO] & ISL12057_REG_RTC_MO_CEN) in isl12057_rtc_regs_to_tm()132 regs[ISL12057_REG_RTC_MO] = bin2bcd(tm->tm_mon + 1) | century_bit; in isl12057_rtc_tm_to_regs()