Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/rtc/
Drtc-isl12022.c31 #define ISL12022_REG_YR 0x05 macro
135 buf[ISL12022_REG_YR], in isl12022_get_datetime()
146 tm->tm_year = bcd2bin(buf[ISL12022_REG_YR]) + 100; in isl12022_get_datetime()
218 buf[ISL12022_REG_YR] = bin2bcd(tm->tm_year % 100); in isl12022_set_datetime()