Lines Matching defs:masked
41 * the interrupt line, and returns both the masked and unmasked mapped ISR
45 * Returns: A hardware-abstracted bitmap of all non-masked-out
49 ar5211GetPendingInterrupts(struct ath_hal *ah, HAL_INT *masked)
55 *masked = 0;
59 *masked = isr & HAL_INT_COMMON;
62 *masked |= HAL_INT_FATAL;
64 *masked |= HAL_INT_RX;
66 *masked |= HAL_INT_TX;
75 *masked |= HAL_INT_FATAL;
81 if (*masked & HAL_INT_FATAL) {