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

/freebsd-11-stable/sys/dev/iicbus/
H A Dds13rtc.c170 bool is_binary_counter; /* Chip has 32-bit binary counter. */ member in struct:ds13rtc_softc
327 if ((sc->chiptype != TYPE_DS1340) && !sc->is_binary_counter) {
364 if (sc->is_binary_counter) {
422 if (sc->is_binary_counter)
574 sc->is_binary_counter = true;

Completed in 59 milliseconds