Searched refs:PCF8563_REG_YR (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/rtc/
H A Drtc-pcf8563.c39 #define PCF8563_REG_YR 0x08 macro
224 tm->tm_year = bcd2bin(buf[PCF8563_REG_YR]); pcf8563_get_datetime()
268 buf[PCF8563_REG_YR] = bin2bcd(tm->tm_year % 100); pcf8563_set_datetime()

Completed in 77 milliseconds