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

/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c1711 u_int32_t idle_tmo_ms = AH9300(ah)->ah_bb_panic_timeout_ms; local
1714 if (idle_tmo_ms != 0) {
1721 if (idle_tmo_ms > 10000) {
1722 idle_tmo_ms = 10000;
1725 idle_count = (100 * idle_tmo_ms) / HAL_BB_PANIC_WD_HT40_FACTOR;
1727 idle_count = (100 * idle_tmo_ms) / HAL_BB_PANIC_WD_HT20_FACTOR;
1754 __func__, idle_tmo_ms ? "Enabled" : "Disabled", idle_tmo_ms);

Completed in 127 milliseconds