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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciOptionRomSupport.c377 UINT32 RomBar; local
428 RomBar = (UINT32) RomBase;
431 // Enable RomBar
433 RomDecode (PciDevice, RomBarIndex, RomBar, TRUE);
435 RomBarOffset = RomBar;
493 } while (((Indicator & 0x80) == 0x00) && ((RomBarOffset - RomBar) < RomSize));
507 RomDecode (PciDevice, RomBarIndex, RomBar, FALSE);
519 RomBar,
526 RomDecode (PciDevice, RomBarIndex, RomBar, FALSE);
561 @param RomBar Bas
566 RomDecode( IN PCI_IO_DEVICE *PciDevice, IN UINT8 RomBarIndex, IN UINT32 RomBar, IN BOOLEAN Enable ) argument
658 VOID *RomBar; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DLoadPciRom.c36 @param[in] RomBar The Rom Base address.
49 VOID *RomBar,
186 @param[in] RomBar The Rom Base address.
199 VOID *RomBar,
228 RomBarOffset = (UINTN) RomBar;
246 RomBarOffset - (UINTN)RomBar + EfiRomHeader->PcirOffset + sizeof (PCI_DATA_STRUCTURE) > RomSize) {
258 if (RomBarOffset - (UINTN)RomBar + ImageSize > RomSize) {
363 } while (((Pcir->Indicator & 0x80) == 0x00) && ((RomBarOffset - (UINTN) RomBar) < RomSize));
198 LoadEfiDriversFromRomImage( VOID *RomBar, UINTN RomSize, CONST CHAR16 *FileName ) argument

Completed in 45 milliseconds