Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/platform/olpc/
Dolpc.c49 #define EC_BASE_TIMEOUT 20 macro
52 static int ec_timeout = EC_BASE_TIMEOUT;
57 ec_timeout = EC_BASE_TIMEOUT; in olpc_ec_timeout_set()
92 if ((state == desired) && (ec_timeout > EC_BASE_TIMEOUT) && in __wait_on_ibf()
93 timeo < (ec_timeout - EC_BASE_TIMEOUT)) { in __wait_on_ibf()
112 if ((state == desired) && (ec_timeout > EC_BASE_TIMEOUT) && in __wait_on_obf()
113 timeo < (ec_timeout - EC_BASE_TIMEOUT)) { in __wait_on_obf()