Searched refs:AR_ISR_S5 (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_interrupts.c | 111 ah->ah_intrstate[6] = OS_REG_READ(ah, AR_ISR_S5); in ar5416GetPendingInterrupts() 200 isr5 = OS_REG_READ(ah, AR_ISR_S5); in ar5416GetPendingInterrupts() 201 OS_REG_WRITE(ah, AR_ISR_S5, isr5); in ar5416GetPendingInterrupts()
|
H A D | ar5416reg.h | 318 #define AR_ISR_S5 0x0098 macro
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_interrupts.c | 154 ah->ah_intrstate[6] = OS_REG_READ(ah, AR_ISR_S5); in ar9300_get_pending_interrupts() 291 s5 = OS_REG_READ(ah, AR_ISR_S5); in ar9300_get_pending_interrupts() 315 OS_REG_WRITE(ah, AR_ISR_S5, s5); in ar9300_get_pending_interrupts()
|
H A D | ar9300reg.h | 310 #define AR_ISR_S5 AR_MAC_DMA_OFFSET(MAC_DMA_ISR_S5) macro
|
/freebsd/tools/tools/ath/common/ |
H A D | dumpregs_5416.c | 78 DEFINT(AR_ISR_S5, "ISR_S5"),
|