Searched refs:_nds_rasp_eventid (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/dscmb/drv/nds/ |
| H A D | nds_rasp.c | 66 static MS_U32 _nds_rasp_eventid = -1 , _nds_rasp_taskid = -1 ; 241 if (-1 == _nds_rasp_eventid) 243 _nds_rasp_eventid = MsOS_CreateEventGroup("NDS_RASP_Event"); 432 … MsOS_SetEvent(_nds_rasp_eventid, 0x1 << (i + NDS_RASP_ECM_OVERFLOW_SHIFT ) ); 436 MsOS_SetEvent(_nds_rasp_eventid, (0x1 << (i*2 )) << ecm_polarity); 441 MsOS_SetEvent(_nds_rasp_eventid, 0x1 << (i + NDS_RASP_ECM_OVERFLOW_SHIFT)); 494 … MsOS_WaitEvent(_nds_rasp_eventid, NDS_RASP_EVENT_ALL, &u32Events, E_OR_CLEAR, MSOS_WAIT_FOREVER);
|
| /utopia/UTPA2-700.0.x/modules/dscmb/drv/nsk2/ |
| H A D | drvNDSRasp.c | 155 static MS_S32 _nds_rasp_eventid = -1 , _nds_rasp_taskid = -1 ; variable 438 MsOS_SetEvent(_nds_rasp_eventid, RaspID<<16 | (IntStatus[RaspID] ) ); in _NDS_RASP_Isr() 463 … MsOS_WaitEvent(_nds_rasp_eventid, NDS_RASP_EVENT_ALL, &u32Events, E_OR_CLEAR, MSOS_WAIT_FOREVER); in _NDS_RASP_IsrTask() 604 MsOS_ReleaseSemaphore(_nds_rasp_eventid); 686 MsOS_ObtainSemaphore(_nds_rasp_eventid, MSOS_WAIT_FOREVER); 854 if (-1 == _nds_rasp_eventid) in NDS_RASP_Init() 856 _nds_rasp_eventid = MsOS_CreateEventGroup("NDS_RASP_Event"); in NDS_RASP_Init()
|