Searched refs:PCF8563_REG_SC (Results 1 – 1 of 1) sorted by relevance
34 #define PCF8563_REG_SC 0x02 /* datetime */ macro214 if (buf[PCF8563_REG_SC] & PCF8563_SC_LV) { in pcf8563_get_datetime()230 tm->tm_sec = bcd2bin(buf[PCF8563_REG_SC] & 0x7F); in pcf8563_get_datetime()264 buf[PCF8563_REG_SC] = bin2bcd(tm->tm_sec); in pcf8563_set_datetime()280 return pcf8563_write_block_data(client, PCF8563_REG_SC, in pcf8563_set_datetime()281 9 - PCF8563_REG_SC, buf + PCF8563_REG_SC); in pcf8563_set_datetime()