Home
last modified time | relevance | path

Searched refs:sc_last_c (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/iicbus/rtc/
H A Dds3231.c57 int sc_last_c; member
381 sc->sc_last_c = -1; in ds3231_attach()
525 if (sc->sc_last_c == -1) in ds3231_gettime()
526 sc->sc_last_c = c; in ds3231_gettime()
527 else if (c != sc->sc_last_c) { in ds3231_gettime()
529 sc->sc_last_c = c; in ds3231_gettime()
571 if (sc->sc_last_c) in ds3231_settime()