Home
last modified time | relevance | path

Searched refs:pid_idx_end (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp/
H A DdrvTSP.c1800 MS_U32 pid_idx_end = 0; in _TSP_PidFlt_Alloc() local
1820 pid_idx_end = TSP_SECFLT_NUM + TSP_PIDFLT1_NUM; in _TSP_PidFlt_Alloc()
1821 for(i = (int)pid_idx_start; i >= (int)pid_idx_end; i--) in _TSP_PidFlt_Alloc()
1833 pid_idx_end = TSP_PIDFLT_NUM_ALL & 0xFFFFFFFE; //except of HW PCR in _TSP_PidFlt_Alloc()
1834 for(i = (int)pid_idx_start; i < (int)pid_idx_end; i++) in _TSP_PidFlt_Alloc()
1916 pid_idx_end= 0; in _TSP_PidFlt_Alloc()
1917 for (i = (int)pid_idx_start; i >= (int)pid_idx_end; i--) in _TSP_PidFlt_Alloc()
1942 pid_idx_end= TSP_SECFLT_NUM; in _TSP_PidFlt_Alloc()
1947 pid_idx_end= TSP_SECFLT_NUM + TSP_PIDFLT1_NUM; in _TSP_PidFlt_Alloc()
1954 pid_idx_end= TSP_SECFLT_NUM; in _TSP_PidFlt_Alloc()
[all …]
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp3/
H A DdrvTSP.c1462 MS_U32 pid_idx_end = 0; in _TSP_PidFlt_Alloc() local
1515 pid_idx_end = _ptsp_res->_DscmbFlt_State[u8CAEng].u32ShareEnd; in _TSP_PidFlt_Alloc()
1520 pid_idx_end = _ptsp_res->_DscmbFlt_State[u8CAEng].u32End; in _TSP_PidFlt_Alloc()
1532 for(i = (int)pid_idx_end; i >= (int)pid_idx_start; i--) in _TSP_PidFlt_Alloc()
1562 for(i = (int)pid_idx_start; i <= (int)pid_idx_end; i++) in _TSP_PidFlt_Alloc()
1589 pid_idx_end = pid_idx_start; in _TSP_PidFlt_Alloc()
1594 pid_idx_end = DSCMB_FLT_SHAREKEY_END_ID; in _TSP_PidFlt_Alloc()
1618 for(i = DSCMB_FLT_SHAREKEY_START_ID; ((i <= pid_idx_end) && (bFound == FALSE)); i++) in _TSP_PidFlt_Alloc()