Home | History | Annotate | Download | only in ar5416

Lines Matching refs:ints

171  * via the enumerated bitmask in ints.
174 ar5416SetInterrupts(struct ath_hal *ah, HAL_INT ints)
181 __func__, omask, ints);
195 mask = ints & HAL_INT_COMMON;
198 if (ints & HAL_INT_TX) {
208 if (ints & HAL_INT_RX)
215 mask = ints & HAL_INT_COMMON;
216 if (ints & HAL_INT_TX)
218 if (ints & HAL_INT_RX)
221 if (ints & (HAL_INT_BMISC)) {
223 if (ints & HAL_INT_TIM)
225 if (ints & HAL_INT_DTIM)
227 if (ints & HAL_INT_DTIMSYNC)
229 if (ints & HAL_INT_CABEND)
231 if (ints & HAL_INT_GTT)
233 if (ints & HAL_INT_CST)
235 if (ints & HAL_INT_TSFOOR)
252 ahp->ah_maskReg = ints;
255 if (ints & HAL_INT_GLOBAL) {