ar5416_interrupts.c | 66 uint32_t isr, isr0, isr1, sync_cause; local in function:ar5416GetPendingInterrupts 76 sync_cause = OS_REG_READ(ah, AR_INTR_SYNC_CAUSE); 77 sync_cause &= AR_INTR_SYNC_DEFAULT; 79 if (isr == 0 && sync_cause == 0) 140 if (sync_cause != 0) { 141 if (sync_cause & (AR_INTR_SYNC_HOST1_FATAL | AR_INTR_SYNC_HOST1_PERR)) { 144 if (sync_cause & AR_INTR_SYNC_RADM_CPL_TIMEOUT) { 156 AH_PRIVATE(ah)->ah_fatalState[1] = sync_cause; 158 "%s: fatal error, ISR_RAC 0x%x SYNC_CAUSE 0x%x\n", 159 __func__, isr, sync_cause); [all...] |