Home
last modified time | relevance | path

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

/freebsd-12-stable/tools/tools/ath/common/
Ddumpregs_5211.c66 DEFINT(AR_ISR_S3, "ISR_S3"),
Ddumpregs_5416.c78 DEFINT(AR_ISR_S3, "ISR_S3"),
Ddumpregs_5212.c75 DEFINT(AR_ISR_S3, "ISR_S3"),
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5416/
Dar5416_interrupts.c111 ah->ah_intrstate[4] = OS_REG_READ(ah, AR_ISR_S3); in ar5416GetPendingInterrupts()
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5211/
Dar5211reg.h55 #define AR_ISR_S3 0x0090 /* Secondary interrupt status reg 3 */ macro
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212reg.h52 #define AR_ISR_S3 0x0090 /* MAC Secondary interrupt status register 3 */ macro
/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
Dar9300_interrupts.c152 ah->ah_intrstate[4] = OS_REG_READ(ah, AR_ISR_S3); in ar9300_get_pending_interrupts()
Dar9300reg.h300 #define AR_ISR_S3 AR_MAC_DMA_OFFSET(MAC_DMA_ISR_S3) macro
/freebsd-12-stable/tools/tools/ath/athregs/
Ddumpregs.c544 , OS_REG_READ(ah, AR_ISR_S3) in ath_hal_dumpint()