Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp3/
H A DdrvTSP.c211 #define _TSP_ChkHwPcrNotifyId(fltid) (_u32HwPcrNotifyId[(fltid>>5)] & (1UL <… macro
2282 if(_TSP_ChkHwPcrNotifyId(0)) in _TSP_Isr()
2293 if(_TSP_ChkHwPcrNotifyId(1)) in _TSP_Isr()
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp/
H A DdrvTSP.c200 #define _TSP_ChkHwPcrNotifyId(fltid) (_u32HwPcrNotifyId[(fltid>>5UL)] & (1 <… macro
2837 if(_TSP_ChkHwPcrNotifyId(0) in _TSP_Isr()
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp4/
H A DdrvTSP2.c213 #define _TSP_ChkHwPcrNotifyId(fltid) (_u32HwPcrNotifyId[(fltid>>5)] & (1 << … macro
2020 if (_TSP_ChkHwPcrNotifyId(i) && (hw_int & u32HwPcrIntMask)) in _TSP_ISR()