Home
last modified time | relevance | path

Searched refs:MCFG (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Mcfg/
DMcfg.aslc22 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.
36 // MCFG Table definition
38 EFI_ACPI_MEMORY_MAPPED_CONFIGURATION_BASE_ADDRESS_TABLE MCFG = {
61 // Beginning of MCFG specific fields
91 return (VOID*)&MCFG;
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Mcfg/
DMcfg.aslc3 Address Space table (MCFG). Any changes to the number of entries in the table require
5 MCFG defined in this file. The table layout is defined in Mcfg.h and the
57 // MCFG specific fields
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3368/drivers/ddr/
Dddr_rk3368.c85 uint32_t MCFG; member
261 pctl_tim->MCFG = mmio_read_32(DDR_PCTL_BASE + DDR_PCTL_MCFG); in ddr_reg_save()