Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rtc/
H A Drtc-isl12022.c30 #define ISL12022_REG_YR 0x05 macro
161 buf[ISL12022_REG_YR], in isl12022_rtc_read_time()
172 tm->tm_year = bcd2bin(buf[ISL12022_REG_YR]) + 100; in isl12022_rtc_read_time()
204 buf[ISL12022_REG_YR] = bin2bcd(tm->tm_year % 100); in isl12022_rtc_set_time()