DS_SECONDS
ds1743_write(sc, DS_SECONDS, bintobcd(dt->dt_sec) & 0x7f);
dt->dt_sec = bcdtobin(ds1743_read(sc, DS_SECONDS) & 0x7f);