Searched refs:sync_cause (Results 1 – 1 of 1) sorted by relevance
92 u_int32_t sync_cause = 0; in ar9300_get_pending_interrupts() local160 sync_cause = in ar9300_get_pending_interrupts()164 if (!isr && !sync_cause && !async_cause) { in ar9300_get_pending_interrupts()173 sync_cause, in ar9300_get_pending_interrupts()405 if (sync_cause) { in ar9300_get_pending_interrupts()417 if (sync_cause & host1_fatal) { in ar9300_get_pending_interrupts()424 if (sync_cause & host1_perr) { in ar9300_get_pending_interrupts()431 if (sync_cause & radm_cpl_timeout) { in ar9300_get_pending_interrupts()440 if (sync_cause & local_timeout) { in ar9300_get_pending_interrupts()447 if (sync_cause & AR_INTR_SYNC_MASK_GPIO) { in ar9300_get_pending_interrupts()[all …]