Home
last modified time | relevance | path

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

/linux-6.6.21/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.c800 if (!(ah->imask & ATH9K_INT_GLOBAL)) in ath9k_hw_disable_interrupts()
878 if (!(ah->imask & ATH9K_INT_GLOBAL)) in ath9k_hw_resume_interrupts()
895 if (!(ah->imask & ATH9K_INT_GLOBAL)) in ath9k_hw_enable_interrupts()
915 if (!(ints & ATH9K_INT_GLOBAL)) in ath9k_hw_set_interrupts()
Dhw.h395 ATH9K_INT_GLOBAL = 0x80000000, enumerator
Dmain.c699 ATH9K_INT_GLOBAL; in ath9k_start()
927 ah->imask &= ~ATH9K_INT_GLOBAL; in ath9k_stop()