Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dmac.c991 if (ah->config.hw_hang_checks & HW_BB_WATCHDOG) { in ath9k_hw_set_interrupts()
1009 if (ah->config.hw_hang_checks & HW_BB_WATCHDOG) { in ath9k_hw_set_interrupts()
H A Dmain.c403 if ((ah->config.hw_hang_checks & HW_BB_WATCHDOG) && in ath9k_tasklet()
562 if ((ah->config.hw_hang_checks & HW_BB_WATCHDOG) && in ath_isr()
706 if (ah->config.hw_hang_checks & HW_BB_WATCHDOG) in ath9k_start()
H A Dar9003_hw.c1058 ah->config.hw_hang_checks |= HW_BB_WATCHDOG; in ar9003_hw_init_hang_checks()
H A Dhw.h320 HW_BB_WATCHDOG = BIT(0), enumerator