HomeSort by relevance Sort by last modified time
    Searched refs:Mcfg (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Mcfg/
Mcfg.aslc 3 Address Space table (MCFG). Any changes to the number of entries in the table require
4 updating the structure count in Mcfg.h and then adding the structure to the
5 MCFG defined in this file. The table layout is defined in Mcfg.h and the
24 #include "Mcfg.h"
30 EFI_ACPI_MEMORY_MAPPED_CONFIGURATION_SPACE_ACCESS_DESCRIPTION_TABLE Mcfg = {
57 // MCFG specific fields
80 return (VOID*)&Mcfg;
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Mcfg/
Mcfg.aslc 17 Mcfg.c
22 configuration space base address Description Table (MCFG). Any changes
23 to the MCFG table require updating the respective structure count in
24 Mcfg.h and then adding the structure to the MCFG defined in this file.
25 The table layout is defined in Mcfg.h and the table contents are defined
26 in McfgTable.h and Mcfg.h.
33 #include <Mcfg.h>
36 // MCFG Table definition
38 EFI_ACPI_MEMORY_MAPPED_CONFIGURATION_BASE_ADDRESS_TABLE MCFG = {
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/
AcpiTables.inf 38 Mcfg/Mcfg.aslc
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
AcpiTables.inf 37 Mcfg/Mcfg.aslc
  /device/linaro/bootloader/edk2/DuetPkg/DxeIpl/
LegacyTable.c 250 MCFG_STRUCTURE *Mcfg;
259 Mcfg = (MCFG_STRUCTURE *)((UINTN)McfgTable + sizeof(EFI_ACPI_DESCRIPTION_HEADER) + sizeof(UINT64));
267 if (Mcfg[Index].PciSegmentGroupNumber == 0) {
268 Hob->PciExpress.PciExpressBaseAddressInfo.PciExpressBaseAddress = Mcfg[Index].BaseAddress;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/AcpiPlatform/
AcpiPlatform.c 44 #include <Mcfg.h>
476 // Update MCFG base and end bus number.
    [all...]

Completed in 119 milliseconds