Home | History | Annotate | Download | only in FW_Transfer

Lines Matching refs:uEventVector

112     TI_UINT32           uEventVector;               /* Saves the current active FW interrupts */
235 pFwEvent->uEventVector = 0;
282 if (pFwEvent->uEventVector & ACX_INTR_WATCHDOG)
288 if (pFwEvent->uEventVector & ACX_INTR_INIT_COMPLETE)
295 if (pFwEvent->uEventVector & ACX_INTR_CMD_COMPLETE)
300 if (pFwEvent->uEventVector & ACX_INTR_EVENT_A)
304 if (pFwEvent->uEventVector & ACX_INTR_EVENT_B)
311 if (pFwEvent->uEventVector & ACX_INTR_DATA)
452 pFwEvent->uEventVector = pFwEvent->tFwStatusTxn.tFwStatus.intrStatus;
455 pFwEvent->uEventVector &= pFwEvent->uEventMask;
542 pFwEvent->uEventVector = 0;
627 WLAN_OS_REPORT(("intrStatus = 0x%08x\n", pFwEvent->uEventVector));