Searched refs:PCF8563_REG_YR (Results 1 – 1 of 1) sorted by relevance
35 #define PCF8563_REG_YR 0x08 macro230 tm->tm_year = bcd2bin(buf[PCF8563_REG_YR]) + 100; in pcf8563_rtc_read_time()267 buf[PCF8563_REG_YR] = bin2bcd(tm->tm_year - 100); in pcf8563_rtc_set_time()