Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/rtc/
Drtc-isl12057.c45 #define ISL12057_REG_RTC_YR 0x06 /* Year */ macro
104 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()