Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dolpc.c68 unsigned int timeo; in __wait_on_ibf() local
71 for (timeo = ec_timeout; state != desired && timeo; timeo--) { in __wait_on_ibf()
77 timeo < (ec_timeout - EC_BASE_TIMEOUT)) { in __wait_on_ibf()
79 line, ec_timeout - timeo); in __wait_on_ibf()
88 unsigned int timeo; in __wait_on_obf() local
91 for (timeo = ec_timeout; state != desired && timeo; timeo--) { in __wait_on_obf()
97 timeo < (ec_timeout - EC_BASE_TIMEOUT)) { in __wait_on_obf()
99 line, ec_timeout - timeo); in __wait_on_obf()
/arch/mips/pci/
Dfixup-cobalt.c113 signed int timeo; in qube_raq_galileo_fixup() local
115 timeo = GT_READ(GT_PCI0_TOR_OFS); in qube_raq_galileo_fixup()
/arch/mips/configs/
Dmipssim_defconfig639 CONFIG_CMDLINE="nfsroot=192.168.192.169:/u1/mipsel,timeo=20 ip=dhcp"