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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyPci.c271 @param MaxRuntimeImageLength The max runtime image length only valid if OpRomRevision >= 3
272 @param OpRomRevision Revision of the PCI Rom
287 OUT UINT8 *OpRomRevision, OPTIONAL
417 if (OpRomRevision != NULL) {
422 *OpRomRevision = Pcir->Revision;
424 *OpRomRevision = 0;
280 GetPciLegacyRom( IN UINT16 Csm16Revision, IN UINT16 VendorId, IN UINT16 DeviceId, IN OUT VOID **Rom, IN OUT UINTN *ImageSize, OUT UINTN *MaxRuntimeImageLength, OPTIONAL OUT UINT8 *OpRomRevision, OPTIONAL OUT VOID **ConfigUtilityCodeHeader OPTIONAL ) argument

Completed in 39 milliseconds