Home
last modified time | relevance | path

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

/dragonfly/sys/dev/acpica/
HDacpi_ec.c235 "ec %s wait ready, status %#hhx", const char *msg, EC_STATUS ec_status);
651 EC_STATUS ec_status; in EcCheckStatus() local
654 ec_status = EC_GET_CSR(sc); in EcCheckStatus()
655 if (sc->ec_burstactive && !(ec_status & EC_FLAG_BURST_MODE)) { in EcCheckStatus()
659 if (EVENT_READY(event, ec_status)) { in EcCheckStatus()
660 KTR_LOG(acpi_ec_waitrdy, msg, ec_status); in EcCheckStatus()
966 EC_STATUS ec_status; in EcCommand() local
1007 ec_status = EC_GET_CSR(sc); in EcCommand()
1008 if ((ec_status & EC_FLAG_BURST_MODE) == 0) in EcCommand()