Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/ath/ath9k/
Dar9003_phy.c1199 u32 idle_tmo_ms = ah->bb_watchdog_timeout_ms; in ar9003_hw_bb_watchdog_config() local
1202 if (!idle_tmo_ms) { in ar9003_hw_bb_watchdog_config()
1226 if (idle_tmo_ms > 10000) in ar9003_hw_bb_watchdog_config()
1227 idle_tmo_ms = 10000; in ar9003_hw_bb_watchdog_config()
1238 idle_count = (100 * idle_tmo_ms) / 74; in ar9003_hw_bb_watchdog_config()
1240 idle_count = (100 * idle_tmo_ms) / 37; in ar9003_hw_bb_watchdog_config()
1253 idle_tmo_ms); in ar9003_hw_bb_watchdog_config()