Home
last modified time | relevance | path

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

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