Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/ath/ath_hal/ar5211/
Dar5211_interrupts.c72 if ((isr & AR_ISR_RXORN) && AH_PRIVATE(ah)->ah_rxornIsFatal) { in ar5211GetPendingInterrupts()
Dar5211reg.h375 #define AR_ISR_RXORN 0x00000020 /* Receive FIFO overrun interrupt */ macro
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212_interrupts.c103 if ((isr & AR_ISR_RXORN) && AH_PRIVATE(ah)->ah_rxornIsFatal) { in ar5212GetPendingInterrupts()
Dar5212reg.h422 #define AR_ISR_RXORN 0x00000020 /* Receive FIFO overrun interrupt */ macro
/freebsd-10-stable/sys/contrib/dev/ath/ath_hal/ar9300/
Dar9300_interrupts.c253 if (isr & AR_ISR_RXORN) { in ar9300_get_pending_interrupts()
Dar9300reg.h243 #define AR_ISR_RXORN 0x00000020 // Receive FIFO overrun interrupt macro