Searched refs:p_Grp (Results 1 – 2 of 2) sorted by relevance
1841 t_Error FmPcdKgBuildClsPlanGrp(t_Handle h_FmPcd, t_FmPcdKgInterModuleClsPlanGrpParams *p_Grp, t_FmP… in FmPcdKgBuildClsPlanGrp() argument1851 if (p_Grp->numOfOptions >= FM_PCD_MAX_NUM_OF_OPTIONS(FM_PCD_MAX_NUM_OF_CLS_PLANS)) in FmPcdKgBuildClsPlanGrp()1863 p_Grp->clsPlanGrpId = (uint8_t)i; in FmPcdKgBuildClsPlanGrp()1865 if (p_Grp->numOfOptions == 0) in FmPcdKgBuildClsPlanGrp()1869 p_ClsPlanGrp->netEnvId = p_Grp->netEnvId; in FmPcdKgBuildClsPlanGrp()1871 FmPcdSetClsPlanGrpId(p_FmPcd, p_Grp->netEnvId, p_Grp->clsPlanGrpId); in FmPcdKgBuildClsPlanGrp()1872 if (p_Grp->numOfOptions != 0) in FmPcdKgBuildClsPlanGrp()1873 FmPcdIncNetEnvOwners(p_FmPcd, p_Grp->netEnvId); in FmPcdKgBuildClsPlanGrp()1875 p_ClsPlanGrp->sizeOfGrp = (uint16_t)(1 << p_Grp->numOfOptions); in FmPcdKgBuildClsPlanGrp()1923 for (i = 0; i<p_Grp->numOfOptions; i++) in FmPcdKgBuildClsPlanGrp()[all …]
700 t_Error FmPcdKgBuildClsPlanGrp(t_Handle h_FmPcd, t_FmPcdKgInterModuleClsPlanGrpParams *p_Grp, t…