Home
last modified time | relevance | path

Searched refs:DeviceListOffset (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Dpci30.h37 UINT16 DeviceListOffset; member
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/
Dpci30.h29 UINT16 DeviceListOffset; member
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DPci30.h64 UINT16 DeviceListOffset; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/EfiRom/
DEfiRom.c1517 if (PciDs.DeviceListOffset != 0) { in DumpImage()
1518 if (fseek (InFptr, ImageStart + PciRomHdr.PcirOffset + PciDs.DeviceListOffset, SEEK_SET)) { in DumpImage()
/device/linaro/bootloader/edk2/BaseTools/Source/C/EfiRom/
DEfiRom.c634 PciDs30.DeviceListOffset = 0; // to be fixed in ProcessEfiFile()
1428 fprintf (stdout, " DeviceListOffset 0x%02X\n", PciDs30.DeviceListOffset); in DumpImage()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacyPci.c330 } else if ((Pcir->Revision >= 3) && (Pcir->DeviceListOffset != 0)) { in GetPciLegacyRom()
331 DeviceIdList = (UINT16 *)(((UINT8 *) Pcir) + Pcir->DeviceListOffset); in GetPciLegacyRom()