Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H 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()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dar9003_phy.c2041 u32 idle_tmo_ms = ah->bb_watchdog_timeout_ms; in ar9003_hw_bb_watchdog_config() local
2044 if (!idle_tmo_ms) { in ar9003_hw_bb_watchdog_config()
2068 if (idle_tmo_ms > 10000) in ar9003_hw_bb_watchdog_config()
2069 idle_tmo_ms = 10000; in ar9003_hw_bb_watchdog_config()
2080 idle_count = (100 * idle_tmo_ms) / 74; in ar9003_hw_bb_watchdog_config()
2082 idle_count = (100 * idle_tmo_ms) / 37; in ar9003_hw_bb_watchdog_config()
2094 idle_tmo_ms); in ar9003_hw_bb_watchdog_config()

Completed in 5 milliseconds