Searched refs:M41T00_SEC (Results 1 – 2 of 2) sorted by relevance
244 M41T00_SEC,289 dt->dt_sec = bcdtobin(bcd[M41T00_SEC] & M41T00_SEC_MASK); in m41t00_gettime_ymdhms()318 bcd[M41T00_SEC] = bintobcd(dt->dt_sec); in m41t00_settime_ymdhms()347 cmdbuf[0] = M41T00_SEC; in m41t00_settime_ymdhms()349 sc->sc_address, cmdbuf, 1, &bcd[M41T00_SEC], 1, in m41t00_settime_ymdhms()357 cmdbuf[0] = M41T00_SEC; in m41t00_settime_ymdhms()382 cmdbuf[0] = M41T00_SEC; in m41t00_settime_ymdhms()
43 #define M41T00_SEC 0 /* 00-59 -- BCD Seconds */ macro