Home
last modified time | relevance | path

Searched refs:_u32SecNotifyId (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 <<…
186 #define _TSP_RemoveSecNotifyId(fltid) (_u32SecNotifyId[(fltid>>5UL)] &= ~(1 <…
187 #define _TSP_ChkSecNotifyId(fltid) (_u32SecNotifyId[(fltid>>5UL)] & (1 << …
443 static MS_U32 _u32SecNotifyId[(TSP_SECFLT_NUM_All+31UL)>>5UL] = {0UL}; //for ISR … variable
3803 _u32SecNotifyId[u8ii] = 0;
7508 _u32SecNotifyId[u8ii] = 0;
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp3/
H A DdrvTSP.c196 #define _TSP_SetSecNotifyId(fltid) (_u32SecNotifyId[(fltid>>5)] |= (1UL <<…
197 #define _TSP_RemoveSecNotifyId(fltid) (_u32SecNotifyId[(fltid>>5)] &= ~(1UL <…
198 #define _TSP_ChkSecNotifyId(fltid) (_u32SecNotifyId[(fltid>>5)] & (1UL << …
526 static MS_U32 _u32SecNotifyId[(TSP_SECFLT_NUM+31UL)>>5UL] = {0UL}; //for ISR … variable
3366 _u32SecNotifyId[u8ii] = 0; in _TSP_Init()
7013 _u32SecNotifyId[u8ii] = 0; in MDrv_TSP_Reinit()
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp4/
H A DdrvTSP2.c201 #define _TSP_SetSecNotifyId(fltid) (_u32SecNotifyId[(fltid>>5)] |= (1 << (…
202 #define _TSP_RemoveSecNotifyId(fltid) (_u32SecNotifyId[(fltid>>5)] &= ~(1 << …
203 #define _TSP_ChkSecNotifyId(fltid) (_u32SecNotifyId[(fltid>>5)] & (1 << (f…
474 static MS_U32 _u32SecNotifyId[(TSP_SECFLT_NUM+31)>>5] = { [0 ... (((TSP_SECFLT_NUM… variable
2611 _u32SecNotifyId[i] = 0; in _TSP_Init()