Lines Matching refs:schemeBind

4488     t_FmPcdKgInterModuleBindPortToSchemes   schemeBind;
4512 schemeBind.netEnvId = p_FmPort->netEnvId;
4513 schemeBind.hardwarePortId = p_FmPort->hardwarePortId;
4514 schemeBind.numOfSchemes = p_PcdParams->p_KgParams->numOfSchemes;
4515 schemeBind.useClsPlan = p_FmPort->useClsPlan;
4516 for(i = 0;i<schemeBind.numOfSchemes;i++)
4517 schemeBind.schemesIds[i] = (uint8_t)(PTR_TO_UINT(p_PcdParams->p_KgParams->h_Schemes[i])-1);
4519 err = FmPcdKgBindPortToSchemes(p_FmPort->h_FmPcd, &schemeBind);
4542 t_FmPcdKgInterModuleBindPortToSchemes schemeBind;
4571 p_FmPort->schemesPerPortVector = GetPortSchemeBindParams(p_FmPort, &schemeBind);
4573 err = FmPcdKgUnbindPortToSchemes(p_FmPort->h_FmPcd, &schemeBind);
4590 t_FmPcdKgInterModuleBindPortToSchemes schemeBind;
4599 schemeBind.netEnvId = p_FmPort->netEnvId;
4600 schemeBind.hardwarePortId = p_FmPort->hardwarePortId;
4601 schemeBind.numOfSchemes = p_PortScheme->numOfSchemes;
4602 schemeBind.useClsPlan = p_FmPort->useClsPlan;
4603 for (i=0; i<schemeBind.numOfSchemes; i++)
4605 schemeBind.schemesIds[i] = (uint8_t)(PTR_TO_UINT(p_PortScheme->h_Schemes[i])-1);
4607 tmpScmVec |= 1 << (31 - (uint32_t)schemeBind.schemesIds[i]);
4612 err = FmPcdKgBindPortToSchemes(p_FmPort->h_FmPcd, &schemeBind);
4623 t_FmPcdKgInterModuleBindPortToSchemes schemeBind;
4632 schemeBind.netEnvId = p_FmPort->netEnvId;
4633 schemeBind.hardwarePortId = p_FmPort->hardwarePortId;
4634 schemeBind.numOfSchemes = p_PortScheme->numOfSchemes;
4635 for (i=0; i<schemeBind.numOfSchemes; i++)
4637 schemeBind.schemesIds[i] = (uint8_t)(PTR_TO_UINT(p_PortScheme->h_Schemes[i])-1);
4639 tmpScmVec |= 1 << (31 - (uint32_t)schemeBind.schemesIds[i]);
4644 err = FmPcdKgUnbindPortToSchemes(p_FmPort->h_FmPcd, &schemeBind);