Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dar9003_phy.c2120 u32 idle_tmo_ms = ah->bb_watchdog_timeout_ms; in ar9003_hw_bb_watchdog_config() local
2123 if (!idle_tmo_ms) { in ar9003_hw_bb_watchdog_config()
2147 if (idle_tmo_ms > 10000) in ar9003_hw_bb_watchdog_config()
2148 idle_tmo_ms = 10000; in ar9003_hw_bb_watchdog_config()
2159 idle_count = (100 * idle_tmo_ms) / 74; in ar9003_hw_bb_watchdog_config()
2161 idle_count = (100 * idle_tmo_ms) / 37; in ar9003_hw_bb_watchdog_config()
2173 idle_tmo_ms); in ar9003_hw_bb_watchdog_config()