Searched refs:time_out (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_mci.c122 int32_t time_out)
126 while (time_out) {
147 time_out -= 10;
148 if (time_out < 0) {
153 if (time_out <= 0) {
161 time_out = 0;
163 return time_out;
624 u_int8_t gpm_opcode, int32_t time_out)
632 if (time_out == 0) {
636 while (time_out >
119 ar9300_mci_wait_for_interrupt(struct ath_hal *ah, u_int32_t address, u_int32_t bit_position, int32_t time_out) argument
623 ar9300_mci_wait_for_gpm(struct ath_hal *ah, u_int8_t gpm_type, u_int8_t gpm_opcode, int32_t time_out) argument
[all...]
H A Dar9300_eeprom.c253 int time_out = 1000; local
273 while ((time_out > 0) && (!status)) { /* wait for access complete */
276 time_out--;
278 if (time_out == 0) {
H A Dar9300_reset.c1732 u_int32_t time_out; local
1745 time_out = 0;
1752 if (time_out > 20) {
1756 time_out++;
H A Dar9300.h1669 extern u_int32_t ar9300_mci_wait_for_gpm(struct ath_hal *ah, u_int8_t gpm_type, u_int8_t gpm_opcode, int32_t time_out);
/freebsd-12-stable/sys/dev/sn/
H A Dif_sn.c384 int time_out; local
456 time_out = MEMORY_WAIT_TIME;
460 } while (--time_out);
462 if (!time_out || junk > 10) {
/freebsd-12-stable/sys/dev/ixgbe/
H A Dixgbe_phy.c996 u32 time_out; local
1013 for (time_out = 0; time_out < max_time_out; time_out++) {

Completed in 200 milliseconds