Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp/
H A DdrvTSP.c187 #define _TSP_ChkSecNotifyId(fltid) (_u32SecNotifyId[(fltid>>5UL)] & (1 << … macro
2910 if(_TSP_ChkSecNotifyId(u32SecFltId) == FALSE) in _TSP_Isr()
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp3/
H A DdrvTSP.c198 #define _TSP_ChkSecNotifyId(fltid) (_u32SecNotifyId[(fltid>>5)] & (1UL << … macro
2375 if(_TSP_ChkSecNotifyId(u32SecFltId) == FALSE) in _TSP_Isr()
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp4/
H A DdrvTSP2.c203 #define _TSP_ChkSecNotifyId(fltid) (_u32SecNotifyId[(fltid>>5)] & (1 << (f… macro
2131 if(_TSP_ChkSecNotifyId(fltid) == FALSE) in _TSP_ISR()