Symbol: AR_IER
sys/dev/ath/ath_hal/ar5210/ar5210_interrupts.c
105
OS_REG_WRITE(ah, AR_IER, AR_IER_DISABLE);
sys/dev/ath/ath_hal/ar5210/ar5210_interrupts.c
130
OS_REG_WRITE(ah, AR_IER, AR_IER_ENABLE);
sys/dev/ath/ath_hal/ar5210/ar5210_reset.c
172
OS_REG_WRITE(ah, AR_IER, AR_IER_DISABLE);
sys/dev/ath/ath_hal/ar5211/ar5211_interrupts.c
122
OS_REG_WRITE(ah, AR_IER, AR_IER_DISABLE);
sys/dev/ath/ath_hal/ar5211/ar5211_interrupts.c
124
(void) OS_REG_READ(ah, AR_IER); /* flush write to HW */
sys/dev/ath/ath_hal/ar5211/ar5211_interrupts.c
156
OS_REG_WRITE(ah, AR_IER, AR_IER_ENABLE);
sys/dev/ath/ath_hal/ar5212/ar5212_interrupts.c
148
OS_REG_WRITE(ah, AR_IER, AR_IER_DISABLE);
sys/dev/ath/ath_hal/ar5212/ar5212_interrupts.c
149
(void) OS_REG_READ(ah, AR_IER); /* flush write to HW */
sys/dev/ath/ath_hal/ar5212/ar5212_interrupts.c
197
OS_REG_WRITE(ah, AR_IER, AR_IER_ENABLE);
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
1221
OS_REG_WRITE(ah, AR_IER, AR_IER_DISABLE);
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
1222
OS_REG_READ(ah, AR_IER);
sys/dev/ath/ath_hal/ar5416/ar5416_interrupts.c
275
OS_REG_WRITE(ah, AR_IER, AR_IER_DISABLE);
sys/dev/ath/ath_hal/ar5416/ar5416_interrupts.c
276
(void) OS_REG_READ(ah, AR_IER);
sys/dev/ath/ath_hal/ar5416/ar5416_interrupts.c
358
OS_REG_WRITE(ah, AR_IER, AR_IER_ENABLE);
tools/tools/ath/common/dumpregs_5210.c
50
DEFBASICfmt(AR_IER, "IER", AR_IER_BITS),
tools/tools/ath/common/dumpregs_5211.c
45
DEFBASICfmt(AR_IER, "IER", AR_IER_BITS),
tools/tools/ath/common/dumpregs_5212.c
49
DEFBASIC(AR_IER, "IER"),
tools/tools/ath/common/dumpregs_5416.c
50
DEFBASIC(AR_IER, "IER"),