Symbol: AR_IMR_S2
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
495
OS_REG_WRITE(ah, AR_IMR_S2, (AR_IMR_S2_QCU_TXURN & AR_QCU_0));
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
508
OS_REG_WRITE(ah, AR_IMR_S2, OS_REG_READ(ah, AR_IMR_S2) |
sys/dev/ath/ath_hal/ar5211/ar5211_xmit.c
190
OS_REG_RMW_FIELD(ah, AR_IMR_S2,
sys/dev/ath/ath_hal/ar5212/ar5212_interrupts.c
190
OS_REG_WRITE(ah, AR_IMR_S2,
sys/dev/ath/ath_hal/ar5212/ar5212_interrupts.c
191
(OS_REG_READ(ah, AR_IMR_S2) &~ AR_IMR_SR2_BCNMISC) | mask2);
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
577
OS_REG_WRITE(ah, AR_IMR_S2,
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
578
OS_REG_READ(ah, AR_IMR_S2)
sys/dev/ath/ath_hal/ar5212/ar5212_xmit.c
222
OS_REG_RMW_FIELD(ah, AR_IMR_S2,
sys/dev/ath/ath_hal/ar5312/ar5312_reset.c
501
OS_REG_WRITE(ah, AR_IMR_S2,
sys/dev/ath/ath_hal/ar5312/ar5312_reset.c
502
OS_REG_READ(ah, AR_IMR_S2)
sys/dev/ath/ath_hal/ar5416/ar5416_interrupts.c
343
mask = OS_REG_READ(ah, AR_IMR_S2) & ~(AR_IMR_S2_TIM |
sys/dev/ath/ath_hal/ar5416/ar5416_interrupts.c
351
OS_REG_WRITE(ah, AR_IMR_S2, mask | mask2);
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
698
OS_REG_WRITE(ah, AR_IMR_S2,
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
699
OS_REG_READ(ah, AR_IMR_S2) | AR_IMR_S2_GTT | AR_IMR_S2_CST);
sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c
1232
OS_REG_RMW_FIELD(ah, AR_IMR_S2,
tools/tools/ath/athregs/dumpregs.c
533
, OS_REG_READ(ah, AR_IMR_S2)
tools/tools/ath/common/dumpregs_5211.c
69
DEFINT(AR_IMR_S2, "IMR_S2"),
tools/tools/ath/common/dumpregs_5212.c
82
DEFINTfmt(AR_IMR_S2, "IMR_S2",
tools/tools/ath/common/dumpregs_5416.c
86
DEFINTfmt(AR_IMR_S2, "IMR_S2",