Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/TWD/FW_Transfer/
DFwEvent.c120 TI_UINT32 uEventMask; /* Static interrupt event mask */ member
243 pFwEvent->uEventMask = 0; in fwEvent_Init()
437 …pFwEvent->eSmState, eStatus, pFwEvent->bIntrPending, pFwEvent->uEventVector, pFwEvent->uEventMask); in fwEvent_StateMachine()
524 pFwEvent->uEventVector &= pFwEvent->uEventMask; in fwEvent_SmHandleEvents()
679 pFwEvent->uEventMask = ACX_INTR_CMD_COMPLETE | ACX_INTR_EVENT_A | ACX_INTR_EVENT_B; in fwEvent_SetInitMask()
680 pFwEvent->tMaskTxn.uData = ~pFwEvent->uEventMask; in fwEvent_SetInitMask()
703 pFwEvent->uEventMask = 0; in fwEvent_Stop()
728 pFwEvent->uEventMask = ALL_EVENTS_VECTOR; in fwEvent_EnableExternalEvents()
729 pFwEvent->tMaskTxn.uData = ~pFwEvent->uEventMask; in fwEvent_EnableExternalEvents()
781 WLAN_OS_REPORT(("uEventMask = 0x%x\n", pFwEvent->uEventMask)); in fwEvent_PrintStat()
/hardware/ti/omap3/dspbridge/libbridge/
DDSPProcessor.c478 DBAPI DSPProcessor_RegisterNotify(DSP_HPROCESSOR hProcessor, UINT uEventMask, in DSPProcessor_RegisterNotify() argument
489 if (IsValidProcEvent(uEventMask)) { in DSPProcessor_RegisterNotify()
494 .uEventMask = uEventMask; in DSPProcessor_RegisterNotify()
DDSPNode.c806 DSPNode_RegisterNotify(DSP_HNODE hNode, UINT uEventMask, in DSPNode_RegisterNotify() argument
816 if (IsValidNodeEvent(uEventMask)) { in DSPNode_RegisterNotify()
822 tempStruct.ARGS_NODE_REGISTERNOTIFY.uEventMask = in DSPNode_RegisterNotify()
823 uEventMask; in DSPNode_RegisterNotify()
DDSPStrm.c700 DSPStream_RegisterNotify(DSP_HSTREAM hStream, UINT uEventMask, in DSPStream_RegisterNotify() argument
710 if (IsValidStrmEvent(uEventMask)) { in DSPStream_RegisterNotify()
716 tempStruct.ARGS_STRM_REGISTERNOTIFY.uEventMask = in DSPStream_RegisterNotify()
717 uEventMask; in DSPStream_RegisterNotify()
/hardware/ti/omap3/dspbridge/inc/
Dwcdioctl.h166 UINT uEventMask; member
288 UINT uEventMask; member
369 UINT uEventMask; member
DDSPProcessor.h287 UINT uEventMask,
DDSPStream.h279 UINT uEventMask, UINT uNotifyType,
DDSPNode.h379 extern DBAPI DSPNode_RegisterNotify(DSP_HNODE hNode, UINT uEventMask,
/hardware/ti/omap3/dspbridge/libbridge/inc/
Dwcdioctl.h166 UINT uEventMask; member
288 UINT uEventMask; member
369 UINT uEventMask; member
DDSPProcessor.h287 UINT uEventMask,
DDSPStream.h281 UINT uEventMask, UINT uNotifyType,
DDSPNode.h379 extern DBAPI DSPNode_RegisterNotify(DSP_HNODE hNode, UINT uEventMask,
/hardware/ti/wlan/wl1271/TWD/Ctrl/
DCmdBldCfg.c896 TI_STATUS cmdBld_CfgEventMask (TI_HANDLE hCmdBld, TI_UINT32 uEventMask, void *fCb, TI_HANDLE hCb) in cmdBld_CfgEventMask() argument
898 return cmdBld_CfgIeEventMask (hCmdBld, uEventMask, fCb, hCb); in cmdBld_CfgEventMask()
DCmdBld.h106 TI_STATUS cmdBld_CfgEventMask (TI_HANDLE hCmdBld, TI_UINT32 uEventMask, void *fCb, TI_HAN…