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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dolpc.c32 #define EC_BASE_TIMEOUT 20 macro
35 static int ec_timeout = EC_BASE_TIMEOUT;
40 ec_timeout = EC_BASE_TIMEOUT;
75 if ((state == desired) && (ec_timeout > EC_BASE_TIMEOUT) &&
76 timeo < (ec_timeout - EC_BASE_TIMEOUT)) {
95 if ((state == desired) && (ec_timeout > EC_BASE_TIMEOUT) &&
96 timeo < (ec_timeout - EC_BASE_TIMEOUT)) {

Completed in 105 milliseconds