Searched refs:timeo (Results 1 – 3 of 3) sorted by relevance
65 unsigned int timeo; in __wait_on_ibf() local68 for (timeo = ec_timeout; state != desired && timeo; timeo--) { in __wait_on_ibf()74 timeo < (ec_timeout - EC_BASE_TIMEOUT)) { in __wait_on_ibf()76 line, ec_timeout - timeo); in __wait_on_ibf()85 unsigned int timeo; in __wait_on_obf() local88 for (timeo = ec_timeout; state != desired && timeo; timeo--) { in __wait_on_obf()94 timeo < (ec_timeout - EC_BASE_TIMEOUT)) { in __wait_on_obf()96 line, ec_timeout - timeo); in __wait_on_obf()
127 signed int timeo; in qube_raq_galileo_fixup() local129 timeo = GT_READ(GT_PCI0_TOR_OFS); in qube_raq_galileo_fixup()
103 const unsigned long timeo = jiffies + msecs_to_jiffies(POLL_TMOUT_MS); in pwr_ctrl_wait_tmout() local110 } while (time_before(jiffies, timeo)); in pwr_ctrl_wait_tmout()
Completed in 11 milliseconds