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

/freebsd-13-stable/sys/dev/acpica/
H A Dacpi_ec.c155 int ec_burstactive; member in struct:acpi_ec_softc
620 if (sc->ec_burstactive && !(ec_status & EC_FLAG_BURST_MODE)) {
622 sc->ec_burstactive = FALSE;
816 sc->ec_burstactive = TRUE;
840 if (sc->ec_burstactive) {
841 sc->ec_burstactive = FALSE;

Completed in 102 milliseconds