Lines Matching refs:ints
136 * via the enumerated bitmask in ints.
139 ar5212SetInterrupts(struct ath_hal *ah, HAL_INT ints)
146 __func__, omask, ints);
154 mask = ints & HAL_INT_COMMON;
156 if (ints & HAL_INT_TX) {
166 if (ints & HAL_INT_RX)
168 if (ints & (HAL_INT_BMISC)) {
170 if (ints & HAL_INT_TIM)
172 if (ints & HAL_INT_DTIM)
174 if (ints & HAL_INT_DTIMSYNC)
176 if (ints & HAL_INT_CABEND)
178 if (ints & HAL_INT_TBTT)
181 if (ints & HAL_INT_FATAL) {
194 ahp->ah_maskReg = ints;
197 if (ints & HAL_INT_GLOBAL) {