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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciOptionRomSupport.c575 UINT32 OffsetMax; local
583 OffsetMax = 0x24;
585 OffsetMax = 0x14;
588 for (Offset = 0x10; Offset <= OffsetMax; Offset += sizeof (UINT32)) {

Completed in 1227 milliseconds