Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/rtc/
Drtc-pcf85063.c30 #define PCF85063_REG_YR 0x0A macro
76 tm->tm_year = bcd2bin(buf[PCF85063_REG_YR]); in pcf85063_get_datetime()
111 buf[PCF85063_REG_YR] = bin2bcd(tm->tm_year % 100); in pcf85063_set_datetime()