Searched refs:AR_ISR_S0 (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_interrupts.c | 106 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 D | ar9300_interrupts.c | 149 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 D | ar9300reg.h | 273 #define AR_ISR_S0 AR_MAC_DMA_OFFSET(MAC_DMA_ISR_S0) macro
|
/freebsd/tools/tools/ath/common/ |
H A D | dumpregs_5211.c | 61 DEFINT(AR_ISR_S0, "ISR_S0"),
|
H A D | dumpregs_5212.c | 68 DEFINT(AR_ISR_S0, "ISR_S0"),
|
H A D | dumpregs_5416.c | 71 DEFINT(AR_ISR_S0, "ISR_S0"),
|
/freebsd/sys/dev/ath/ath_hal/ar5211/ |
H A D | ar5211reg.h | 50 #define AR_ISR_S0 0x0084 /* Secondary interrupt status reg 0 */ macro
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212reg.h | 47 #define AR_ISR_S0 0x0084 /* MAC Secondary interrupt status register 0 */ macro
|
/freebsd/tools/tools/ath/athregs/ |
H A D | dumpregs.c | 539 , OS_REG_READ(ah, AR_ISR_S0) in ath_hal_dumpint()
|