HomeSort by relevance Sort by last modified time
    Searched defs:SystemConfiguration (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
ExI.c 72 SYSTEM_CONFIGURATION SystemConfiguration;
82 &SystemConfiguration
93 &SystemConfiguration
98 if (SystemConfiguration.ExISupport == 1) {
100 } else if (SystemConfiguration.ExISupport == 0) {
Platform.c     [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformGopPolicy/
PlatformGopPolicy.c 164 SYSTEM_CONFIGURATION SystemConfiguration;
189 &SystemConfiguration
199 &SystemConfiguration
204 if (SystemConfiguration.GOPEnable == 1)
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInfoDxe/
PlatformInfoDxe.c 61 SYSTEM_CONFIGURATION SystemConfiguration;
72 &SystemConfiguration
83 &SystemConfiguration
98 Selection = SystemConfiguration.ReservedO;
114 SystemConfiguration.ReservedO = OsSlectionHobPtr->OsSelection;
119 SystemConfiguration.Lpe = OsSlectionHobPtr->Lpe;
120 SystemConfiguration.PchAzalia = OsSlectionHobPtr->PchAzalia;
126 LpssDataVarPtr = &SystemConfiguration.LpssPciModeEnabled;
133 SystemConfiguration.GOPEnable = TRUE;
140 &SystemConfiguration
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardClkGens/
BoardClkGens.c 282 SYSTEM_CONFIGURATION SystemConfiguration;
335 ZeroMem (&SystemConfiguration, sizeof (SYSTEM_CONFIGURATION));
354 &SystemConfiguration);
363 &SystemConfiguration
368 EnableSpreadSpectrum = SystemConfiguration.EnableClockSpreadSpec;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardGpios/
BoardGpios.c 152 SYSTEM_CONFIGURATION SystemConfiguration;
179 &SystemConfiguration
182 if (SystemConfiguration.GpioWakeCapability == 1) {
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformPei/
BootMode.c 328 SYSTEM_CONFIGURATION SystemConfiguration;
347 &SystemConfiguration
350 if (SystemConfiguration.FastBoot != 0) {
Platform.c 706 SYSTEM_CONFIGURATION SystemConfiguration;
758 ZeroMem (&SystemConfiguration, VariableSize);
777 &SystemConfiguration
788 &SystemConfiguration
799 if (SystemConfiguration.Igd == 1 && SystemConfiguration.PrimaryVideoAdaptor != 2) {
800 GGC = (SystemConfiguration.IgdDvmt50PreAlloc << 3) |
801 (SystemConfiguration.GTTSize == GTT_SIZE_1MB ? 0x100: 0x200);
817 if(SystemConfiguration.CfioPnpSettings == 1) {
836 Status = FtpmPolicyInit(PeiServices, &SystemConfiguration);
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/
BootMode.c 155 SYSTEM_CONFIGURATION SystemConfiguration;
190 ZeroMem (&SystemConfiguration, sizeof (SYSTEM_CONFIGURATION));
212 &SystemConfiguration
223 &SystemConfiguration
228 if (SystemConfiguration.FastBoot == 1) {
PlatformEarlyInit.c 177 IN SYSTEM_CONFIGURATION *SystemConfiguration
185 ZeroMem (SystemConfiguration, sizeof (SYSTEM_CONFIGURATION));
207 SystemConfiguration
218 SystemConfiguration
228 IN SYSTEM_CONFIGURATION *SystemConfiguration
256 mVlvPolicyPpi->GtConfig.PrimaryDisplay = SystemConfiguration->PrimaryVideoAdaptor;
257 mVlvPolicyPpi->GtConfig.IgdDvmt50PreAlloc = SystemConfiguration->IgdDvmt50PreAlloc;
258 mVlvPolicyPpi->GtConfig.ApertureSize = SystemConfiguration->IgdApertureSize;
259 mVlvPolicyPpi->GtConfig.GttSize = SystemConfiguration->GTTSize;
260 if (SystemConfiguration->PrimaryVideoAdaptor != 2) {
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/
BdsPlatform.c 697 SYSTEM_CONFIGURATION SystemConfiguration;
711 &SystemConfiguration
721 &SystemConfiguration
726 switch (SystemConfiguration.IgdFlatPanel) {
    [all...]

Completed in 235 milliseconds