Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp/
H A DdrvTSP.c1070 if(OrgFltId < DSCMB_FLT_START_ID) in _TSP_DupDscmbPidFlt()
1077 u32OrgFltListIdx = OrgFltId - DSCMB_FLT_START_ID; in _TSP_DupDscmbPidFlt()
1197 if((u32Flt0Id <= DSCMB_FLT_END_ID) && (u32Flt0Id >= DSCMB_FLT_START_ID)) in _TSP_FLT1_DupFLT0_Pid()
1199 u32Flt1_id = u32Flt0Id - DSCMB_FLT_START_ID; in _TSP_FLT1_DupFLT0_Pid()
1356 if((u32Flt0Id >= DSCMB_FLT_START_ID) && (u32Flt0Id <= DSCMB_FLT_END_ID)) in _TSP_FLT1_DupFLT0_Pid()
1358 u32Flt1_id = u32Flt0Id - DSCMB_FLT_START_ID; in _TSP_FLT1_DupFLT0_Pid()
1884 for (i = DSCMB_FLT_END_ID; i >= DSCMB_FLT_START_ID; i--) in _TSP_PidFlt_Alloc()
1922 i = DSCMB_FLT_START_ID; in _TSP_PidFlt_Alloc()
2620 u32Flt0Id = u32ii + DSCMB_FLT_START_ID; in _TSP_FLT1_Duplicate_FLT0()
4114 for(u32ii = DSCMB_FLT_START_ID; u32ii <= DSCMB_FLT_END_ID; u32ii++)
[all …]
/utopia/UTPA2-700.0.x/modules/dscmb/hal/maserati/dscmb/
H A DregDSCMB.h119 #define GROUP0_MAP_PID_START DSCMB_FLT_START_ID
/utopia/UTPA2-700.0.x/modules/dscmb/hal/M7821/dscmb/
H A DregDSCMB.h119 #define GROUP0_MAP_PID_START DSCMB_FLT_START_ID
/utopia/UTPA2-700.0.x/modules/dmx/hal/messi/tsp/
H A DregTSP.h178 #define DSCMB_FLT_START_ID (16UL) macro
/utopia/UTPA2-700.0.x/modules/dmx/hal/mainz/tsp/
H A DregTSP.h178 #define DSCMB_FLT_START_ID (16UL) macro
/utopia/UTPA2-700.0.x/modules/dmx/hal/mooney/tsp/
H A DregTSP.h178 #define DSCMB_FLT_START_ID (16UL) macro
/utopia/UTPA2-700.0.x/modules/dmx/hal/maldives/tsp/
H A DregTSP.h186 #define DSCMB_FLT_START_ID 16 macro
H A DhalTSP.c2315 *((MS_U32*)pData) = DSCMB_FLT_START_ID; in HAL_TSP_GetCap()
/utopia/UTPA2-700.0.x/modules/dmx/hal/manhattan/tsp/
H A DregTSP.h185 #define DSCMB_FLT_START_ID 16UL macro
H A DhalTSP.c2543 *((MS_U32*)pData) = DSCMB_FLT_START_ID; in HAL_TSP_GetCap()
/utopia/UTPA2-700.0.x/modules/dmx/hal/macan/tsp/
H A DregTSP.h184 #define DSCMB_FLT_START_ID 16UL macro
H A DhalTSP.c2521 *((MS_U32*)pData) = DSCMB_FLT_START_ID; in HAL_TSP_GetCap()
/utopia/UTPA2-700.0.x/modules/dmx/hal/mustang/tsp/
H A DregTSP.h188 #define DSCMB_FLT_START_ID 16UL macro
H A DhalTSP.c2401 *((MS_U32*)pData) = DSCMB_FLT_START_ID; in HAL_TSP_GetCap()
/utopia/UTPA2-700.0.x/modules/dmx/hal/M7621/tsp/
H A DregTSP.h188 #define DSCMB_FLT_START_ID 16UL macro
H A DhalTSP.c2596 *((MS_U32*)pData) = DSCMB_FLT_START_ID; in HAL_TSP_GetCap()
/utopia/UTPA2-700.0.x/modules/dmx/hal/maxim/tsp/
H A DregTSP.h188 #define DSCMB_FLT_START_ID 16UL macro
H A DhalTSP.c2596 *((MS_U32*)pData) = DSCMB_FLT_START_ID; in HAL_TSP_GetCap()
/utopia/UTPA2-700.0.x/modules/dmx/hal/maserati/tsp/
H A DregTSP.h189 #define DSCMB_FLT_START_ID 16UL macro
H A DhalTSP.c2667 *((MS_U32*)pData) = DSCMB_FLT_START_ID; in HAL_TSP_GetCap()
/utopia/UTPA2-700.0.x/modules/dmx/hal/M7821/tsp/
H A DregTSP.h189 #define DSCMB_FLT_START_ID 16UL macro
H A DhalTSP.c2628 *((MS_U32*)pData) = DSCMB_FLT_START_ID; in HAL_TSP_GetCap()
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp3/
H A DdrvTSP.c993 _ptsp_res->_DscmbFlt_State[0].u32Start = DSCMB_FLT_START_ID; //# eng0 filter range in _TSP_SwStateReset()
1598 for(i = 0; ((i < DSCMB_FLT_START_ID) && (bFound == FALSE)); i++) in _TSP_PidFlt_Alloc()
1700 for(i = (DSCMB_FLT_START_ID - 1); i >= 0; i--) in _TSP_PidFlt_Alloc()