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

/freebsd-13-stable/sys/dev/acpica/
H A Dacpi_ec.c192 static int ec_timeout = EC_TIMEOUT; variable
193 SYSCTL_INT(_debug_acpi_ec, OID_AUTO, timeout, CTLFLAG_RWTUN, &ec_timeout,
863 count = (ec_timeout * 1000) / EC_POLL_DELAY;
876 count = ec_timeout;
880 count = ec_timeout / (1000 / hz);

Completed in 105 milliseconds