Home
last modified time | relevance | path

Searched refs:AR_ISR_RXORN (Results 1 – 6 of 6) sorted by relevance

/trueos/sys/dev/ath/ath_hal/ar5211/
HDar5211_interrupts.c72 if ((isr & AR_ISR_RXORN) && AH_PRIVATE(ah)->ah_rxornIsFatal) { in ar5211GetPendingInterrupts()
HDar5211reg.h375 #define AR_ISR_RXORN 0x00000020 /* Receive FIFO overrun interrupt */ macro
/trueos/sys/dev/ath/ath_hal/ar5212/
HDar5212_interrupts.c103 if ((isr & AR_ISR_RXORN) && AH_PRIVATE(ah)->ah_rxornIsFatal) { in ar5212GetPendingInterrupts()
HDar5212reg.h422 #define AR_ISR_RXORN 0x00000020 /* Receive FIFO overrun interrupt */ macro
/trueos/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_interrupts.c253 if (isr & AR_ISR_RXORN) { in ar9300_get_pending_interrupts()
HDar9300reg.h243 #define AR_ISR_RXORN 0x00000020 // Receive FIFO overrun interrupt macro