Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp4/
H A DdrvTSP2.c177 …SetSecOvf(fltid) ({ MS_BOOL bRet = TSP_OS_EventSet(_s32SecOvfFlags[fltid>>5], (1…
178 …GetSecOvf(fltid, events, opt) ({ MS_BOOL bRet = TSP_OS_EventGet(_s32SecOvfFlags[fltid>>5], (1…
179 …ModeSecOvf(idx,mask ,events, opt) ({ MS_BOOL bRet = TSP_OS_EventGet(_s32SecOvfFlags[idx], mask, (…
465 static MS_S32 _s32SecOvfFlags[(TSP_SECFLT_NUM+31)>>5] = { [0 ... (((TSP_SECFLT_NUM… variable
2592 _s32SecOvfFlags[i] = TSP_OS_EventCreate((MS_U8*)"TSP_SecOvf"); in _TSP_Init()
2593 if(_s32SecOvfFlags[i] == -1) in _TSP_Init()
2741 if(_s32SecOvfFlags[i] != -1) in _TSP_SW_Exit()
2743 TSP_OS_EventDelete(_s32SecOvfFlags[i]); in _TSP_SW_Exit()
2744 _s32SecOvfFlags[i] = -1; in _TSP_SW_Exit()