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

  /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...]
  /external/syslinux/com32/gplinclude/acpi/
mcfg.h 18 #define MCFG "MCFG"
acpi.h 36 #include <acpi/mcfg.h>
57 #define MCFG "MCFG"
87 s_mcfg mcfg; member in struct:__anon31807
  /external/syslinux/com32/gpllib/acpi/
acpi.c 235 } else if (memcmp(adh.signature, MCFG, sizeof(MCFG) - 1) == 0) {
236 DEBUG_PRINT(("MCFG table found\n"));
237 s_mcfg *m = &acpi->mcfg;
  /external/syslinux/gpxe/src/drivers/net/
via-velocity.c 384 WORD_REG_BITS_SET(MCFG_PQEN, MCFG_RTGOPT, &regs->MCFG);
385 WORD_REG_BITS_ON(MCFG_VIDFR, &regs->MCFG);
398 WORD_REG_BITS_ON(MCFG_RTGOPT, &regs->MCFG);
    [all...]
via-velocity.h 1100 volatile u16 MCFG;
    [all...]

Completed in 284 milliseconds