Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath9k/
Dmac.c943 if (ah->config.hw_hang_checks & HW_BB_WATCHDOG) { in ath9k_hw_set_interrupts()
961 if (ah->config.hw_hang_checks & HW_BB_WATCHDOG) { in ath9k_hw_set_interrupts()
Dmain.c399 if ((ah->config.hw_hang_checks & HW_BB_WATCHDOG) && in ath9k_tasklet()
558 if ((ah->config.hw_hang_checks & HW_BB_WATCHDOG) && in ath_isr()
702 if (ah->config.hw_hang_checks & HW_BB_WATCHDOG) in ath9k_start()
Dhw.h318 HW_BB_WATCHDOG = BIT(0), enumerator
Dar9003_hw.c1055 ah->config.hw_hang_checks |= HW_BB_WATCHDOG; in ar9003_hw_init_hang_checks()