Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/rtc/
Drtc-isl12022.c29 #define ISL12022_REG_YR 0x05 macro
134 buf[ISL12022_REG_YR], in isl12022_rtc_read_time()
145 tm->tm_year = bcd2bin(buf[ISL12022_REG_YR]) + 100; in isl12022_rtc_read_time()
218 buf[ISL12022_REG_YR] = bin2bcd(tm->tm_year % 100); in isl12022_rtc_set_time()