Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Dar9003_phy.c2038 u32 idle_tmo_ms = ah->bb_watchdog_timeout_ms; in ar9003_hw_bb_watchdog_config() local
2041 if (!idle_tmo_ms) { in ar9003_hw_bb_watchdog_config()
2065 if (idle_tmo_ms > 10000) in ar9003_hw_bb_watchdog_config()
2066 idle_tmo_ms = 10000; in ar9003_hw_bb_watchdog_config()
2077 idle_count = (100 * idle_tmo_ms) / 74; in ar9003_hw_bb_watchdog_config()
2079 idle_count = (100 * idle_tmo_ms) / 37; in ar9003_hw_bb_watchdog_config()
2091 idle_tmo_ms); in ar9003_hw_bb_watchdog_config()