Home
last modified time | relevance | path

Searched refs:AR_ISR_S0 (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_interrupts.c106 ah->ah_intrstate[1] = OS_REG_READ(ah, AR_ISR_S0); in ar5416GetPendingInterrupts()
180 isr0 = OS_REG_READ(ah, AR_ISR_S0); in ar5416GetPendingInterrupts()
181 OS_REG_WRITE(ah, AR_ISR_S0, isr0); in ar5416GetPendingInterrupts()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_interrupts.c149 ah->ah_intrstate[1] = OS_REG_READ(ah, AR_ISR_S0); in ar9300_get_pending_interrupts()
256 s0 = OS_REG_READ(ah, AR_ISR_S0); in ar9300_get_pending_interrupts()
257 OS_REG_WRITE(ah, AR_ISR_S0, s0); in ar9300_get_pending_interrupts()
H A Dar9300reg.h273 #define AR_ISR_S0 AR_MAC_DMA_OFFSET(MAC_DMA_ISR_S0) macro
/freebsd/tools/tools/ath/common/
H A Ddumpregs_5211.c61 DEFINT(AR_ISR_S0, "ISR_S0"),
H A Ddumpregs_5212.c68 DEFINT(AR_ISR_S0, "ISR_S0"),
H A Ddumpregs_5416.c71 DEFINT(AR_ISR_S0, "ISR_S0"),
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211reg.h50 #define AR_ISR_S0 0x0084 /* Secondary interrupt status reg 0 */ macro
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212reg.h47 #define AR_ISR_S0 0x0084 /* MAC Secondary interrupt status register 0 */ macro
/freebsd/tools/tools/ath/athregs/
H A Ddumpregs.c539 , OS_REG_READ(ah, AR_ISR_S0) in ath_hal_dumpint()