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

/freebsd-11-stable/sys/dev/iicbus/
H A Dds3231.c59 int sc_last_c; member in struct:ds3231_softc
379 sc->sc_last_c = -1;
523 if (sc->sc_last_c == -1)
524 sc->sc_last_c = c;
525 else if (c != sc->sc_last_c) {
527 sc->sc_last_c = c;
569 if (sc->sc_last_c)

Completed in 56 milliseconds