Home
last modified time | relevance | path

Searched refs:AR_ISR_S0_S (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_interrupts.c90 isr0 = OS_REG_READ(ah, AR_ISR_S0_S); in ar5212GetPendingInterrupts()
115 AH_PRIVATE(ah)->ah_fatalState[1] = OS_REG_READ(ah, AR_ISR_S0_S); in ar5212GetPendingInterrupts()
H A Dar5212reg.h60 #define AR_ISR_S0_S 0x00c4 /* ISR_S0 shadow copy */ macro
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211_interrupts.c83 AH_PRIVATE(ah)->ah_fatalState[1] = OS_REG_READ(ah, AR_ISR_S0_S); in ar5211GetPendingInterrupts()
H A Dar5211reg.h63 #define AR_ISR_S0_S 0x00c4 /* Secondary interrupt status reg 0 */ macro
/dragonfly/tools/tools/ath/common/
H A Ddumpregs_5211.c75 DEFINT(AR_ISR_S0_S, "ISR_S0_S"),
H A Ddumpregs_5212.c90 DEFINT(AR_ISR_S0_S, "ISR_S0_S"),
H A Ddumpregs_5416.c93 DEFINT(AR_ISR_S0_S, "ISR_S0_S"),
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300reg.h409 #define AR_ISR_S0_S AR_MAC_DMA_OFFSET(MAC_DMA_ISR_S0_S) macro