Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dwow.c254 ah->imask &= ~ATH9K_INT_GLOBAL; in ath9k_suspend()
256 ah->imask = ATH9K_INT_BMISS | ATH9K_INT_GLOBAL; in ath9k_suspend()
Dmac.c799 if (!(ah->imask & ATH9K_INT_GLOBAL)) in ath9k_hw_disable_interrupts()
814 if (!(ah->imask & ATH9K_INT_GLOBAL)) in ath9k_hw_enable_interrupts()
853 if (!(ints & ATH9K_INT_GLOBAL)) in ath9k_hw_set_interrupts()
Dhw.h393 ATH9K_INT_GLOBAL = 0x80000000, enumerator
Dmain.c692 ATH9K_INT_GLOBAL; in ath9k_start()
847 ah->imask &= ~ATH9K_INT_GLOBAL; in ath9k_stop()