OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Mcfg
(Results
1 - 10
of
10
) 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/OpenPlatformPkg/Chips/Hisilicon/Hi1610/Hi1610AcpiTables/
D03Mcfg.aslc
39
EFI_ACPI_5_0_PCI_EXPRESS_MEMORY_MAPPED_CONFIGURATION_SPACE_TABLE
Mcfg
=
85
VOID* CONST ReferenceAcpiTable = &
Mcfg
;
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Pv660/Pv660AcpiTables/
Mcfg.aslc
41
EFI_ACPI_5_0_PCI_EXPRESS_MEMORY_MAPPED_CONFIGURATION_SPACE_TABLE
Mcfg
=
80
VOID* CONST ReferenceAcpiTable = &
Mcfg
;
AcpiTables.inf
34
Mcfg
.aslc
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1616/D05AcpiTables/
D05Mcfg.aslc
39
EFI_PCI_EXPRESS_MEMORY_MAPPED_CONFIGURATION_SPACE_TABLE
Mcfg
=
127
VOID* CONST ReferenceAcpiTable = &
Mcfg
;
/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>
473
// Update
MCFG
base and end bus number.
[
all
...]
Completed in 236 milliseconds