Searched refs:RX8025_REG_SEC (Results 1 – 1 of 1) sorted by relevance
26 #define RX8025_REG_SEC 0x00 macro189 err = rx8025_read_regs(client, RX8025_REG_SEC, 7, date); in rx8025_get_time()195 dt->tm_sec = bcd2bin(date[RX8025_REG_SEC] & 0x7f); in rx8025_get_time()226 date[RX8025_REG_SEC] = bin2bcd(dt->tm_sec); in rx8025_set_time()241 ret = rx8025_write_regs(client, RX8025_REG_SEC, 7, date); in rx8025_set_time()