Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dar9003_mac.c190 u32 sync_cause = 0, async_cause, async_mask = AR_INTR_MAC_IRQ; in ar9003_hw_get_isr() local
196 async_cause = REG_READ(ah, AR_INTR_ASYNC_CAUSE(ah)); in ar9003_hw_get_isr()
198 if (async_cause & async_mask) { in ar9003_hw_get_isr()
209 if (!isr && !sync_cause && !async_cause) in ar9003_hw_get_isr()
315 if (async_cause & AR_INTR_ASYNC_MASK_MCI) in ar9003_hw_get_isr()