Home
last modified time | relevance | path

Searched refs:HAL_INT_GLOBAL (Results 1 – 11 of 11) sorted by relevance

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
HDar5210_interrupts.c103 if (omask & HAL_INT_GLOBAL) { in ar5210SetInterrupts()
128 if (ints & HAL_INT_GLOBAL) { in ar5210SetInterrupts()
HDar5210_xmit.c338 (void) ar5210SetInterrupts(ah, ints &~ HAL_INT_GLOBAL); in ar5210UpdateTxTrigLevel()
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
HDar5211_interrupts.c120 if (omask & HAL_INT_GLOBAL) { in ar5211SetInterrupts()
154 if (ints & HAL_INT_GLOBAL) { in ar5211SetInterrupts()
HDar5211_xmit.c47 ar5211SetInterrupts(ah, ints &~ HAL_INT_GLOBAL); in ar5211UpdateTxTrigLevel()
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
HDar5212_interrupts.c147 if (omask & HAL_INT_GLOBAL) { in ar5212SetInterrupts()
196 if (ints & HAL_INT_GLOBAL) { in ar5212SetInterrupts()
HDar5212_xmit.c58 omask = ath_hal_setInterrupts(ah, ahp->ah_maskReg &~ HAL_INT_GLOBAL); in ar5212UpdateTxTrigLevel()
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_interrupts.c511 if (omask & HAL_INT_GLOBAL) {
535 if (ints & HAL_INT_GLOBAL) {
662 if ((ints & HAL_INT_GLOBAL)) {
664 if ((ints & HAL_INT_GLOBAL) && (OS_ATOMIC_READ(&ahp->ah_ier_ref_count) == 0)) {
HDar9300_xmit.c55 omask = ar9300_set_interrupts(ah, ahp->ah_mask_reg &~ HAL_INT_GLOBAL, 0); in ar9300_update_tx_trig_level()
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
HDar5416_interrupts.c273 if (omask & HAL_INT_GLOBAL) { in ar5416SetInterrupts()
356 if (ints & HAL_INT_GLOBAL) { in ar5416SetInterrupts()
/freebsd-11-stable/sys/dev/ath/ath_hal/
HDah.h491 #define HAL_INT_GLOBAL 0x80000000 /* Set/clear IER */ macro
/freebsd-11-stable/sys/dev/ath/
HDif_ath.c2541 | HAL_INT_FATAL | HAL_INT_GLOBAL; in ath_init()
5755 ath_hal_intrset(ah, sc->sc_imask &~ HAL_INT_GLOBAL); in ath_newstate()