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

/freebsd-current/sys/dev/acpica/
H A Dacpi_ec.c190 static int ec_timeout = EC_TIMEOUT; variable
191 SYSCTL_INT(_debug_acpi_ec, OID_AUTO, timeout, CTLFLAG_RWTUN, &ec_timeout,
858 count = (ec_timeout * 1000) / EC_POLL_DELAY;
871 count = ec_timeout;
875 count = ec_timeout / (1000 / hz);

Completed in 109 milliseconds