Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_mci.c122 int32_t time_out) in ar9300_mci_wait_for_interrupt() argument
126 while (time_out) { in ar9300_mci_wait_for_interrupt()
147 time_out -= 10; in ar9300_mci_wait_for_interrupt()
148 if (time_out < 0) { in ar9300_mci_wait_for_interrupt()
153 if (time_out <= 0) { in ar9300_mci_wait_for_interrupt()
161 time_out = 0; in ar9300_mci_wait_for_interrupt()
163 return time_out; in ar9300_mci_wait_for_interrupt()
624 u_int8_t gpm_opcode, int32_t time_out) in ar9300_mci_wait_for_gpm() argument
632 if (time_out == 0) { in ar9300_mci_wait_for_gpm()
636 while (time_out > 0) in ar9300_mci_wait_for_gpm()
[all …]
H A Dar9300_eeprom.c253 int time_out = 1000; in ar9300_otp_read() local
273 while ((time_out > 0) && (!status)) { /* wait for access complete */ in ar9300_otp_read()
276 time_out--; in ar9300_otp_read()
278 if (time_out == 0) { in ar9300_otp_read()
H A Dar9300_reset.c1732 u_int32_t time_out; in ar9300_set_reset() local
1745 time_out = 0; in ar9300_set_reset()
1752 if (time_out > 20) { in ar9300_set_reset()
1756 time_out++; in ar9300_set_reset()
H A Dar9300.h1669 …300_mci_wait_for_gpm(struct ath_hal *ah, u_int8_t gpm_type, u_int8_t gpm_opcode, int32_t time_out);
/freebsd/sys/dev/ixgbe/
H A Dixgbe_phy.c997 u32 time_out; in ixgbe_check_phy_link_tnx() local
1014 for (time_out = 0; time_out < max_time_out; time_out++) { in ixgbe_check_phy_link_tnx()