Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dmac.c919 if (ah->config.hw_hang_checks & HW_BB_WATCHDOG) { in ath9k_hw_set_interrupts()
937 if (ah->config.hw_hang_checks & HW_BB_WATCHDOG) { in ath9k_hw_set_interrupts()
Dmain.c395 if ((ah->config.hw_hang_checks & HW_BB_WATCHDOG) && in ath9k_tasklet()
556 if ((ah->config.hw_hang_checks & HW_BB_WATCHDOG) && in ath_isr()
700 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()