Home
last modified time | relevance | path

Searched refs:AR_ISR_RXERR (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_interrupts.c169 if (isr & AR_ISR_RXERR) in ar5416GetPendingInterrupts()
172 if (isr & (AR_ISR_RXOK | AR_ISR_RXERR)) in ar5416GetPendingInterrupts()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211_interrupts.c63 if (isr & (AR_ISR_RXOK | AR_ISR_RXERR)) in ar5211GetPendingInterrupts()
H A Dar5211reg.h372 #define AR_ISR_RXERR 0x00000004 /* Receive error interrupt */ macro
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_interrupts.c86 if (isr & (AR_ISR_RXOK | AR_ISR_RXERR)) in ar5212GetPendingInterrupts()
H A Dar5212reg.h419 #define AR_ISR_RXERR 0x00000004 /* Receive error interrupt */ macro
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_interrupts.c236 if (isr & (AR_ISR_LP_RXOK | AR_ISR_RXERR)) { in ar9300_get_pending_interrupts()
H A Dar9300reg.h240 #define AR_ISR_RXERR 0x00000004 // Receive error interrupt macro