Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp/
H A DdrvTSP.c185 #define _TSP_SetSecNotifyId(fltid) (_u32SecNotifyId[(fltid>>5UL)] |= (1 <<… macro
2292 _TSP_SetSecNotifyId(*pu32SecFltId); //for isr processing checking in _TSP_SecFlt_Alloc()
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp3/
H A DdrvTSP.c196 #define _TSP_SetSecNotifyId(fltid) (_u32SecNotifyId[(fltid>>5)] |= (1UL <<… macro
1949 _TSP_SetSecNotifyId(*pu32SecFltId); //for isr processing checking in _TSP_SecFlt_Alloc()
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp4/
H A DdrvTSP2.c201 #define _TSP_SetSecNotifyId(fltid) (_u32SecNotifyId[(fltid>>5)] |= (1 << (… macro
4761 _TSP_SetSecNotifyId(*pu32BufId); //for isr processing checking in MDrv_TSP_SEC_Alloc()