Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/pq/drv/pq/
H A DdrvPQ_Bin.c258 if (pTabInfo->u16GroupIdx >= pTabInfo->u16GroupNum) in MDrv_PQBin_DumpGeneralRegTable()
272 u32Offset += pTabInfo->u16GroupIdx; in MDrv_PQBin_DumpGeneralRegTable()
275 …(u32Addr+u32Offset-(MS_U32)pTabInfo->u16GroupIdx),pTabInfo->u16GroupIdx,pTabInfo->u16RegNum,NON_PM… in MDrv_PQBin_DumpGeneralRegTable()
298 if(pTabInfo->u16GroupIdx >= pTabInfo->u16GroupNum) in MDrv_PQBin_DumpCombRegTable()
312 u32Offset += pTabInfo->u16GroupIdx; in MDrv_PQBin_DumpCombRegTable()
315 …(u32Addr+u32Offset-(MS_U32)pTabInfo->u16GroupIdx),pTabInfo->u16GroupIdx,pTabInfo->u16RegNum,COMB_R… in MDrv_PQBin_DumpCombRegTable()
364 if( (pTabMainInfo->u16GroupIdx >= pTabMainInfo->u16GroupNum) in MDrv_PQBin_DumpCloneScalerRegTable()
365 || (pTabSubInfo->u16GroupIdx >= pTabMainInfo->u16GroupNum)) in MDrv_PQBin_DumpCloneScalerRegTable()
446 …i,(u32Addr1+u32Offset1-(MS_U32)pTabMainInfo->u16GroupIdx),pTabMainInfo->u16GroupIdx,pTabMainInfo->… in MDrv_PQBin_DumpCloneScalerRegTable()
448 …i,(u32Addr2+u32Offset2-(MS_U32)pTabSubInfo->u16GroupIdx),pTabSubInfo->u16GroupIdx,pTabSubInfo->u16… in MDrv_PQBin_DumpCloneScalerRegTable()
[all …]
/utopia/UTPA2-700.0.x/modules/pq/drv/pq/include/
H A DdrvPQ_Bin.h371 MS_U16 u16GroupIdx; member