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

  /device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
PciOptionRomSupport.c 158 UINT32 LegacyImageLength;
211 LegacyImageLength = 0;
261 LegacyImageLength = ((UINT32)((EFI_LEGACY_EXPANSION_ROM_HEADER *)RomHeader)->Size512) * 512;
273 RomImageSize = MAX (RomImageSize, LegacyImageLength);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciOptionRomSupport.c 397 UINT32 LegacyImageLength;
450 LegacyImageLength = 0;
500 LegacyImageLength = ((UINT32)((EFI_LEGACY_EXPANSION_ROM_HEADER *)RomHeader)->Size512) * 512;
512 RomImageSize = MAX (RomImageSize, LegacyImageLength);

Completed in 5672 milliseconds