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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciOptionRomSupport.c239 UINT8 RomBarIndex; local
261 RomBarIndex = PCI_EXPANSION_ROM_BASE;
267 RomBarIndex = PCI_BRIDGE_ROMBAR;
273 Address = EFI_PCI_ADDRESS (Bus, Device, Function, RomBarIndex);
373 UINT8 RomBarIndex; local
397 // Get the RomBarIndex
403 RomBarIndex = PCI_EXPANSION_ROM_BASE;
412 RomBarIndex = PCI_BRIDGE_ROMBAR;
433 RomDecode (PciDevice, RomBarIndex, RomBar, TRUE);
507 RomDecode (PciDevice, RomBarIndex, RomBa
566 RomDecode( IN PCI_IO_DEVICE *PciDevice, IN UINT8 RomBarIndex, IN UINT32 RomBar, IN BOOLEAN Enable ) argument
[all...]

Completed in 33 milliseconds