Home
last modified time | relevance | path

Searched refs:AR_IMR_S2 (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_interrupts.c190 OS_REG_WRITE(ah, AR_IMR_S2, in ar5212SetInterrupts()
191 (OS_REG_READ(ah, AR_IMR_S2) &~ AR_IMR_SR2_BCNMISC) | mask2); in ar5212SetInterrupts()
H A Dar5212reg.h55 #define AR_IMR_S2 0x00ac /* MAC Secondary interrupt mask register 2 */ macro
H A Dar5212_xmit.c222 OS_REG_RMW_FIELD(ah, AR_IMR_S2, in setTxQInterrupts()
H A Dar5212_reset.c577 OS_REG_WRITE(ah, AR_IMR_S2, in ar5212Reset()
578 OS_REG_READ(ah, AR_IMR_S2) in ar5212Reset()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_interrupts.c343 mask = OS_REG_READ(ah, AR_IMR_S2) & ~(AR_IMR_S2_TIM | in ar5416SetInterrupts()
351 OS_REG_WRITE(ah, AR_IMR_S2, mask | mask2); in ar5416SetInterrupts()
H A Dar5416_reset.c698 OS_REG_WRITE(ah, AR_IMR_S2, in ar5416InitIMR()
699 OS_REG_READ(ah, AR_IMR_S2) | AR_IMR_S2_GTT | AR_IMR_S2_CST); in ar5416InitIMR()
H A Dar5416_xmit.c1232 OS_REG_RMW_FIELD(ah, AR_IMR_S2, in setTxQInterrupts()
/freebsd/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_reset.c501 OS_REG_WRITE(ah, AR_IMR_S2, in ar5312Reset()
502 OS_REG_READ(ah, AR_IMR_S2) in ar5312Reset()
/freebsd/tools/tools/ath/common/
H A Ddumpregs_5211.c69 DEFINT(AR_IMR_S2, "IMR_S2"),
H A Ddumpregs_5212.c82 DEFINTfmt(AR_IMR_S2, "IMR_S2",
H A Ddumpregs_5416.c86 DEFINTfmt(AR_IMR_S2, "IMR_S2",
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit.c240 AR_IMR_S2, AR_IMR_S2_QCU_TXURN, ahp->ah_tx_urn_interrupt_mask); in set_tx_q_interrupts()
241 ahp->ah_mask2Reg = OS_REG_READ(ah, AR_IMR_S2); in set_tx_q_interrupts()
H A Dar9300_interrupts.c647 OS_REG_WRITE(ah, AR_IMR_S2, ahp->ah_mask2Reg );
H A Dar9300_reset.c4214 OS_REG_WRITE(ah, AR_IMR_S2, OS_REG_READ(ah, AR_IMR_S2) | AR_IMR_S2_GTT); in ar9300_init_interrupt_masks()
4215 ahp->ah_mask2Reg = OS_REG_READ(ah, AR_IMR_S2); in ar9300_init_interrupt_masks()
H A Dar9300reg.h366 #define AR_IMR_S2 AR_MAC_DMA_OFFSET(MAC_DMA_IMR_S2) macro
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211reg.h58 #define AR_IMR_S2 0x00ac /* Secondary interrupt mask reg 2 */ macro
H A Dar5211_reset.c495 OS_REG_WRITE(ah, AR_IMR_S2, (AR_IMR_S2_QCU_TXURN & AR_QCU_0)); in ar5211Reset()
508 OS_REG_WRITE(ah, AR_IMR_S2, OS_REG_READ(ah, AR_IMR_S2) | in ar5211Reset()
H A Dar5211_xmit.c190 OS_REG_RMW_FIELD(ah, AR_IMR_S2, in setTxQInterrupts()
/freebsd/tools/tools/ath/athregs/
H A Ddumpregs.c533 , OS_REG_READ(ah, AR_IMR_S2) in ath_hal_dumpint()