Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_interrupts.c107 ah->ah_intrstate[2] = OS_REG_READ(ah, AR_ISR_S1); in ar5416GetPendingInterrupts()
182 isr1 = OS_REG_READ(ah, AR_ISR_S1); in ar5416GetPendingInterrupts()
183 OS_REG_WRITE(ah, AR_ISR_S1, isr1); in ar5416GetPendingInterrupts()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_interrupts.c150 ah->ah_intrstate[2] = OS_REG_READ(ah, AR_ISR_S1); in ar9300_get_pending_interrupts()
258 s1 = OS_REG_READ(ah, AR_ISR_S1); in ar9300_get_pending_interrupts()
259 OS_REG_WRITE(ah, AR_ISR_S1, s1); in ar9300_get_pending_interrupts()
H A Dar9300reg.h278 #define AR_ISR_S1 AR_MAC_DMA_OFFSET(MAC_DMA_ISR_S1) macro
/freebsd/tools/tools/ath/common/
H A Ddumpregs_5211.c62 DEFINT(AR_ISR_S1, "ISR_S1"),
H A Ddumpregs_5212.c69 DEFINT(AR_ISR_S1, "ISR_S1"),
H A Ddumpregs_5416.c72 DEFINT(AR_ISR_S1, "ISR_S1"),
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211reg.h51 #define AR_ISR_S1 0x0088 /* Secondary interrupt status reg 1 */ macro
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212reg.h48 #define AR_ISR_S1 0x0088 /* MAC Secondary interrupt status register 1 */ macro
/freebsd/tools/tools/ath/athregs/
H A Ddumpregs.c540 , OS_REG_READ(ah, AR_ISR_S1) in ath_hal_dumpint()