Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_mci.c118 int32_t time_out) in ar9300_mci_wait_for_interrupt() argument
122 while (time_out) { in ar9300_mci_wait_for_interrupt()
143 time_out -= 10; in ar9300_mci_wait_for_interrupt()
144 if (time_out < 0) { in ar9300_mci_wait_for_interrupt()
149 if (time_out <= 0) { in ar9300_mci_wait_for_interrupt()
157 time_out = 0; in ar9300_mci_wait_for_interrupt()
159 return time_out; in ar9300_mci_wait_for_interrupt()
610 u_int8_t gpm_opcode, int32_t time_out) in ar9300_mci_wait_for_gpm() argument
618 if (time_out == 0) { in ar9300_mci_wait_for_gpm()
622 while (time_out > 0) in ar9300_mci_wait_for_gpm()
[all …]
HDar9300_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()
HDar9300_reset.c1709 u_int32_t time_out; in ar9300_set_reset() local
1722 time_out = 0; in ar9300_set_reset()
1729 if (time_out > 20) { in ar9300_set_reset()
1733 time_out++; in ar9300_set_reset()
HDar9300.h1674 …300_mci_wait_for_gpm(struct ath_hal *ah, u_int8_t gpm_type, u_int8_t gpm_opcode, int32_t time_out);
/dragonfly/sys/dev/drm/
HDdrm_dp_dual_mode_helper.c459 int time_out = 200; in drm_lspcon_set_mode() local
486 time_out -= 10; in drm_lspcon_set_mode()
494 } while (time_out); in drm_lspcon_set_mode()
/dragonfly/sys/dev/netif/sn/
HDif_sn.c340 int time_out; in snstart() local
415 time_out = MEMORY_WAIT_TIME; in snstart()
419 } while (--time_out); in snstart()
421 if (!time_out) { in snstart()
/dragonfly/sys/dev/netif/ix/
HDixgbe_phy.c995 u32 time_out; in ixgbe_check_phy_link_tnx() local
1012 for (time_out = 0; time_out < max_time_out; time_out++) { in ixgbe_check_phy_link_tnx()