Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_interrupts.c108 (AR_ISR_LP_RXOK | AR_ISR_RXMINTR | AR_ISR_RXINTM)); in ar9300_get_pending_interrupts()
226 if (isr & (AR_ISR_RXMINTR | AR_ISR_RXINTM)) { in ar9300_get_pending_interrupts()
HDar9300reg.h270 #define AR_ISR_RXINTM 0x80000000 // Rx interrupt after mitigation macro
/freebsd-14-stable/sys/dev/ath/ath_hal/ar5416/
HDar5416_interrupts.c151 if (isr & (AR_ISR_RXMINTR | AR_ISR_RXINTM)) in ar5416GetPendingInterrupts()
HDar5416reg.h312 #define AR_ISR_RXINTM 0x80000000 /* Rx int after mitigation */ macro