Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/
Dpci30.h40 } PCI_3_0_DATA_STRUCTURE; typedef
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Dpci30.h48 } PCI_3_0_DATA_STRUCTURE; typedef
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DPci30.h75 } PCI_3_0_DATA_STRUCTURE; typedef
/device/linaro/bootloader/edk2/BaseTools/Source/C/EfiRom/
DEfiRom.c229 PCI_3_0_DATA_STRUCTURE *PciDs30; in ProcessBinFile()
320 PciDs30 = (PCI_3_0_DATA_STRUCTURE *)(Buffer + RomHdr->PcirOffset); in ProcessBinFile()
438 PCI_3_0_DATA_STRUCTURE PciDs30; in ProcessEfiFile()
494 …HeaderSize = sizeof (PCI_3_0_DATA_STRUCTURE) + HeaderPadBytes + sizeof (EFI_PCI_EXPANSION_ROM_HEAD… in ProcessEfiFile()
609 memset (&PciDs30, 0, sizeof (PCI_3_0_DATA_STRUCTURE)); in ProcessEfiFile()
632 PciDs30.Length = (UINT16) sizeof (PCI_3_0_DATA_STRUCTURE); in ProcessEfiFile()
1290 PCI_3_0_DATA_STRUCTURE PciDs30; in DumpImage()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacyPci.c294 PCI_3_0_DATA_STRUCTURE *Pcir; in GetPciLegacyRom()
313 Pcir = (PCI_3_0_DATA_STRUCTURE *) (RomHeader.Raw + RomHeader.Generic->PcirOffset); in GetPciLegacyRom()
405 Pcir = (PCI_3_0_DATA_STRUCTURE *) (RomHeader.Raw + RomHeader.Generic->PcirOffset); in GetPciLegacyRom()
2756 PCI_3_0_DATA_STRUCTURE *Pcir; in LegacyBiosInstallPciRom()
2961 Pcir = (PCI_3_0_DATA_STRUCTURE *) in LegacyBiosInstallPciRom()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/EfiRom/
DEfiRom.c1381 PCI_3_0_DATA_STRUCTURE PciDs; in DumpImage()
1536 if (PciDs.Length == sizeof (PCI_3_0_DATA_STRUCTURE)) { in DumpImage()