Searched refs:ISL12057_REG_RTC_YR (Results 1 – 1 of 1) sorted by relevance
45 #define ISL12057_REG_RTC_YR 0x06 /* Year */ macro104 tm->tm_year = bcd2bin(regs[ISL12057_REG_RTC_YR]) + 100; in isl12057_rtc_regs_to_tm()133 regs[ISL12057_REG_RTC_YR] = bin2bcd(tm->tm_year % 100); in isl12057_rtc_tm_to_regs()