Searched defs:PciDs30 (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/EfiRom/
H A DEfiRom.c229 PCI_3_0_DATA_STRUCTURE *PciDs30; local
235 PciDs30 = NULL;
320 PciDs30 = (PCI_3_0_DATA_STRUCTURE *)(Buffer + RomHdr->PcirOffset);
321 if (PciDs30->Signature != PCI_DATA_STRUCTURE_SIGNATURE) {
335 PciDs30->ImageLength = (UINT16) (TotalSize / 512);
336 CodeType = PciDs30->CodeType;
347 PciDs30->Indicator = INDICATOR_LAST;
353 PciDs30->Indicator = 0;
438 PCI_3_0_DATA_STRUCTURE PciDs30; local
609 memset (&PciDs30,
1290 PCI_3_0_DATA_STRUCTURE PciDs30; local
[all...]

Completed in 197 milliseconds