Searched refs:PCF8563_REG_YR (Results 1 – 1 of 1) sorted by relevance
40 #define PCF8563_REG_YR 0x08 macro236 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()