Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_interrupts.c191 OS_REG_WRITE(ah, AR_IMR_S2, in ar5212SetInterrupts()
192 (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.c223 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()
/dragonfly/sys/dev/netif/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.c697 OS_REG_WRITE(ah, AR_IMR_S2, in ar5416InitIMR()
698 OS_REG_READ(ah, AR_IMR_S2) | AR_IMR_S2_GTT | AR_IMR_S2_CST); in ar5416InitIMR()
H A Dar5416_xmit.c1228 OS_REG_RMW_FIELD(ah, AR_IMR_S2, in setTxQInterrupts()
/dragonfly/sys/dev/netif/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()
/dragonfly/tools/tools/ath/common/
H A Ddumpregs_5211.c70 DEFINT(AR_IMR_S2, "IMR_S2"),
H A Ddumpregs_5212.c83 DEFINTfmt(AR_IMR_S2, "IMR_S2",
H A Ddumpregs_5416.c86 DEFINTfmt(AR_IMR_S2, "IMR_S2",
/dragonfly/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.c645 OS_REG_WRITE(ah, AR_IMR_S2, ahp->ah_mask2Reg );
H A Dar9300_reset.c4155 OS_REG_WRITE(ah, AR_IMR_S2, OS_REG_READ(ah, AR_IMR_S2) | AR_IMR_S2_GTT); in ar9300_init_interrupt_masks()
4156 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
/dragonfly/sys/dev/netif/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()
/dragonfly/tools/tools/ath/athregs/
H A Ddumpregs.c518 , OS_REG_READ(ah, AR_IMR_S2) in ath_hal_dumpint()