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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciOptionRomSupport.c384 UINT64 RomImageSize; local
392 RomImageSize = 0;
454 RomImageSize = RomImageSize + 512;
467 RomImageSize + OffsetPcir + sizeof (PCI_DATA_STRUCTURE) > RomSize) {
483 if (RomImageSize + RomPcir->ImageLength * 512 > RomSize) {
491 RomImageSize = RomImageSize + RomPcir->ImageLength * 512;
500 RomImageSize = MAX (RomImageSize, LegacyImageLengt
[all...]

Completed in 42 milliseconds