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

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciOptionRomSupport.c 80 ASSERT (Pcir->Signature == PCI_DATA_STRUCTURE_SIGNATURE);
354 if (RomPcir->Signature != PCI_DATA_STRUCTURE_SIGNATURE) {
492 if (RomPcir->Signature != PCI_DATA_STRUCTURE_SIGNATURE) {
704 ASSERT (Pcir->Signature == PCI_DATA_STRUCTURE_SIGNATURE);
  /device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
PciOptionRomSupport.c 253 if (RomPcir->Signature != PCI_DATA_STRUCTURE_SIGNATURE) {
457 ASSERT (Pcir->Signature == PCI_DATA_STRUCTURE_SIGNATURE);
PciRomTable.c 173 if (Pcir->Signature != PCI_DATA_STRUCTURE_SIGNATURE) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/EfiRom/
EfiRom.c 314 if (PciDs23->Signature != PCI_DATA_STRUCTURE_SIGNATURE) {
324 if (PciDs30->Signature != PCI_DATA_STRUCTURE_SIGNATURE) {
616 PciDs23.Signature = PCI_DATA_STRUCTURE_SIGNATURE;
631 PciDs30.Signature = PCI_DATA_STRUCTURE_SIGNATURE;
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
LoadPciRom.c 256 if (Pcir->Signature != PCI_DATA_STRUCTURE_SIGNATURE) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/
pci22.h 336 #define PCI_DATA_STRUCTURE_SIGNATURE SIGNATURE_32 ('P', 'C', 'I', 'R')
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
pci22.h 351 #define PCI_DATA_STRUCTURE_SIGNATURE EFI_SIGNATURE_32 ('P', 'C', 'I', 'R')
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/EfiRom/
EfiRom.c 497 if (PciDs->Signature != PCI_DATA_STRUCTURE_SIGNATURE) {
770 PciDs.Signature = PCI_DATA_STRUCTURE_SIGNATURE;
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/Ia32/
PcatIo.c 452 if (Pcir.Signature != PCI_DATA_STRUCTURE_SIGNATURE) {
  /device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/X64/
PcatIo.c 452 if (Pcir.Signature != PCI_DATA_STRUCTURE_SIGNATURE) {
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Pci22.h 807 #define PCI_DATA_STRUCTURE_SIGNATURE SIGNATURE_32 ('P', 'C', 'I', 'R')
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyPci.c 317 if (Pcir->Signature != PCI_DATA_STRUCTURE_SIGNATURE) {
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
BiosSnp16.c     [all...]

Completed in 139 milliseconds