Home
last modified time | relevance | path

Searched refs:AR_ISR_S2 (Results 1 – 10 of 10) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_interrupts.c108 ah->ah_intrstate[3] = OS_REG_READ(ah, AR_ISR_S2); in ar5416GetPendingInterrupts()
120 uint32_t isr2 = OS_REG_READ(ah, AR_ISR_S2); in ar5416GetPendingInterrupts()
140 OS_REG_WRITE(ah, AR_ISR_S2, isr2); in ar5416GetPendingInterrupts()
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_interrupts.c151 ah->ah_intrstate[3] = OS_REG_READ(ah, AR_ISR_S2); in ar9300_get_pending_interrupts()
179 isr2 = OS_REG_READ(ah, AR_ISR_S2); in ar9300_get_pending_interrupts()
200 OS_REG_WRITE(ah, AR_ISR_S2, isr2); in ar9300_get_pending_interrupts()
H A Dar9300reg.h285 #define AR_ISR_S2 AR_MAC_DMA_OFFSET(MAC_DMA_ISR_S2) macro
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_interrupts.c64 uint32_t isr2 = OS_REG_READ(ah, AR_ISR_S2); in ar5212GetPendingInterrupts()
H A Dar5212reg.h49 #define AR_ISR_S2 0x008c /* MAC Secondary interrupt status register 2 */ macro
/dragonfly/tools/tools/ath/common/
H A Ddumpregs_5211.c64 DEFINT(AR_ISR_S2, "ISR_S2"),
H A Ddumpregs_5212.c71 DEFINTfmt(AR_ISR_S2, "ISR_S2",
H A Ddumpregs_5416.c74 DEFINTfmt(AR_ISR_S2, "ISR_S2",
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211reg.h52 #define AR_ISR_S2 0x008c /* Secondary interrupt status reg 2 */ macro
/dragonfly/tools/tools/ath/athregs/
H A Ddumpregs.c526 , OS_REG_READ(ah, AR_ISR_S2) in ath_hal_dumpint()