Lines Matching refs:SystemConfiguration

57   IN SYSTEM_CONFIGURATION   *SystemConfiguration
62 IN SYSTEM_CONFIGURATION *SystemConfiguration
127 IN SYSTEM_CONFIGURATION *SystemConfiguration
357 IN SYSTEM_CONFIGURATION *SystemConfiguration
374 ClearPowerState (SystemConfiguration);
442 IN SYSTEM_CONFIGURATION *SystemConfiguration
452 if( (SystemConfiguration->PcuUart1 == 1) &&
453 (SystemConfiguration->LpssHsuart0Enabled == 0)){
476 if (SystemConfiguration->LpssHsuart0Enabled == 1){
509 IN SYSTEM_CONFIGURATION *SystemConfiguration
560 IN SYSTEM_CONFIGURATION *SystemConfiguration,
565 IchRcrbInit (PeiServices, SystemConfiguration);
570 PchPolicySetupInit (PeiServices, SystemConfiguration);
572 UARTInit(SystemConfiguration);
574 PchPlatformLpcInit (PeiServices, SystemConfiguration);
599 IN SYSTEM_CONFIGURATION *SystemConfiguration
659 PchPlatformPolicyPpi->SataMode = SystemConfiguration->SataType;
660 PchPlatformPolicyPpi->EnableRmh = SystemConfiguration->PchUsbRmh;
662 PchPlatformPolicyPpi->EhciPllCfgEnable = SystemConfiguration->EhciPllCfgEnable;
669 PchPlatformPolicyPpi->HpetConfig->Enable = SystemConfiguration->Hpet;
676 PchPlatformPolicyPpi->LpssConfig->LpssPciModeEnabled = SystemConfiguration->LpssPciModeEnabled;
678 PchPlatformPolicyPpi->LpssConfig->Dma1Enabled = SystemConfiguration->LpssDma1Enabled;
679 PchPlatformPolicyPpi->LpssConfig->I2C0Enabled = SystemConfiguration->LpssI2C0Enabled;
680 PchPlatformPolicyPpi->LpssConfig->I2C1Enabled = SystemConfiguration->LpssI2C1Enabled;
681 PchPlatformPolicyPpi->LpssConfig->I2C2Enabled = SystemConfiguration->LpssI2C2Enabled;
682 PchPlatformPolicyPpi->LpssConfig->I2C3Enabled = SystemConfiguration->LpssI2C3Enabled;
683 PchPlatformPolicyPpi->LpssConfig->I2C4Enabled = SystemConfiguration->LpssI2C4Enabled;
684 PchPlatformPolicyPpi->LpssConfig->I2C5Enabled = SystemConfiguration->LpssI2C5Enabled;
685 PchPlatformPolicyPpi->LpssConfig->I2C6Enabled = SystemConfiguration->LpssI2C6Enabled;
687 PchPlatformPolicyPpi->LpssConfig->Dma0Enabled = SystemConfiguration->LpssDma0Enabled;;
688 PchPlatformPolicyPpi->LpssConfig->Pwm0Enabled = SystemConfiguration->LpssPwm0Enabled;
689 PchPlatformPolicyPpi->LpssConfig->Pwm1Enabled = SystemConfiguration->LpssPwm1Enabled;
690 PchPlatformPolicyPpi->LpssConfig->Hsuart0Enabled = SystemConfiguration->LpssHsuart0Enabled;
691 PchPlatformPolicyPpi->LpssConfig->Hsuart1Enabled = SystemConfiguration->LpssHsuart1Enabled;
692 PchPlatformPolicyPpi->LpssConfig->SpiEnabled = SystemConfiguration->LpssSpiEnabled;
696 …PchPlatformPolicyPpi->PcieConfig->PcieSpeed[Index] = SystemConfiguration->PcieRootPortSpeed[Index];
708 if (SystemConfiguration->DisableCodec262 == 1) {