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/
A Dar9003_phy.c2050 u32 idle_tmo_ms = ah->bb_watchdog_timeout_ms; in ar9003_hw_bb_watchdog_config() local
2053 if (!idle_tmo_ms) { in ar9003_hw_bb_watchdog_config()
2077 if (idle_tmo_ms > 10000) in ar9003_hw_bb_watchdog_config()
2078 idle_tmo_ms = 10000; in ar9003_hw_bb_watchdog_config()
2089 idle_count = (100 * idle_tmo_ms) / 74; in ar9003_hw_bb_watchdog_config()
2091 idle_count = (100 * idle_tmo_ms) / 37; in ar9003_hw_bb_watchdog_config()
2103 idle_tmo_ms); in ar9003_hw_bb_watchdog_config()

Completed in 6 milliseconds