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

/freebsd-current/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_interrupts.c72 if ((isr & AR_ISR_RXORN) && AH_PRIVATE(ah)->ah_rxornIsFatal) {
H A Dar5211reg.h375 #define AR_ISR_RXORN 0x00000020 /* Receive FIFO overrun interrupt */ macro
/freebsd-current/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_interrupts.c102 if ((isr & AR_ISR_RXORN) && AH_PRIVATE(ah)->ah_rxornIsFatal) {
H A Dar5212reg.h422 #define AR_ISR_RXORN 0x00000020 /* Receive FIFO overrun interrupt */ macro
/freebsd-current/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_interrupts.c268 if (isr & AR_ISR_RXORN) {
H A Dar9300reg.h243 #define AR_ISR_RXORN 0x00000020 // Receive FIFO overrun interrupt macro

Completed in 89 milliseconds