Searched refs:AR_ISR_S2 (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_interrupts.c | 108 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()
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_interrupts.c | 151 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 D | ar9300reg.h | 285 #define AR_ISR_S2 AR_MAC_DMA_OFFSET(MAC_DMA_ISR_S2) macro
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212_interrupts.c | 63 uint32_t isr2 = OS_REG_READ(ah, AR_ISR_S2); in ar5212GetPendingInterrupts()
|
H A D | ar5212reg.h | 49 #define AR_ISR_S2 0x008c /* MAC Secondary interrupt status register 2 */ macro
|
/freebsd/tools/tools/ath/common/ |
H A D | dumpregs_5211.c | 63 DEFINT(AR_ISR_S2, "ISR_S2"),
|
H A D | dumpregs_5212.c | 70 DEFINTfmt(AR_ISR_S2, "ISR_S2",
|
H A D | dumpregs_5416.c | 73 DEFINTfmt(AR_ISR_S2, "ISR_S2",
|
/freebsd/sys/dev/ath/ath_hal/ar5211/ |
H A D | ar5211reg.h | 52 #define AR_ISR_S2 0x008c /* Secondary interrupt status reg 2 */ macro
|
/freebsd/tools/tools/ath/athregs/ |
H A D | dumpregs.c | 541 , OS_REG_READ(ah, AR_ISR_S2) in ath_hal_dumpint()
|