Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/platform/olpc/
Dolpc.c33 #define EC_BASE_TIMEOUT 20 macro
36 static int ec_timeout = EC_BASE_TIMEOUT;
41 ec_timeout = EC_BASE_TIMEOUT; in olpc_ec_timeout_set()
76 if ((state == desired) && (ec_timeout > EC_BASE_TIMEOUT) && in __wait_on_ibf()
77 timeo < (ec_timeout - EC_BASE_TIMEOUT)) { in __wait_on_ibf()
96 if ((state == desired) && (ec_timeout > EC_BASE_TIMEOUT) && in __wait_on_obf()
97 timeo < (ec_timeout - EC_BASE_TIMEOUT)) { in __wait_on_obf()