Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/rtc/
Drtc-pcf8563.c40 #define PCF8563_REG_YR 0x08 macro
236 tm->tm_year = bcd2bin(buf[PCF8563_REG_YR]); in pcf8563_get_datetime()
274 buf[PCF8563_REG_YR] = bin2bcd(tm->tm_year % 100); in pcf8563_set_datetime()