Home
last modified time | relevance | path

Searched refs:async_cause (Results 1 – 1 of 1) sorted by relevance

/drivers/net/wireless/ath/ath9k/
Dar9003_mac.c189 u32 sync_cause = 0, async_cause, async_mask = AR_INTR_MAC_IRQ; in ar9003_hw_get_isr() local
195 async_cause = REG_READ(ah, AR_INTR_ASYNC_CAUSE); in ar9003_hw_get_isr()
197 if (async_cause & async_mask) { in ar9003_hw_get_isr()
208 if (!isr && !sync_cause && !async_cause) in ar9003_hw_get_isr()
314 if (async_cause & AR_INTR_ASYNC_MASK_MCI) in ar9003_hw_get_isr()