Searched refs:PCF8563_REG_SC (Results 1 – 1 of 1) sorted by relevance
32 #define PCF8563_REG_SC 0x02 /* datetime */ macro212 if (buf[PCF8563_REG_SC] & PCF8563_SC_LV) { in pcf8563_get_datetime()228 tm->tm_sec = bcd2bin(buf[PCF8563_REG_SC] & 0x7F); in pcf8563_get_datetime()262 buf[PCF8563_REG_SC] = bin2bcd(tm->tm_sec); in pcf8563_set_datetime()278 return pcf8563_write_block_data(client, PCF8563_REG_SC, in pcf8563_set_datetime()279 9 - PCF8563_REG_SC, buf + PCF8563_REG_SC); in pcf8563_set_datetime()