Searched refs:RomAddress (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/ |
H A D | PciRomTable.h | 26 @param RomAddress Base address of OptionRom. 37 IN UINT64 RomAddress,
|
H A D | PciRomTable.c | 26 UINT64 RomAddress; member in struct:__anon10837 42 @param RomAddress Base address of OptionRom. 53 IN UINT64 RomAddress, 83 mRomImageTable[mNumberOfPciRomImages].RomAddress = RomAddress; 119 PciIoDevice->PciIo.RomImage = (VOID *) (UINTN) mRomImageTable[Index].RomAddress; 47 PciRomAddImageMapping( IN EFI_HANDLE ImageHandle, IN UINTN Seg, IN UINT8 Bus, IN UINT8 Dev, IN UINT8 Func, IN UINT64 RomAddress, IN UINT64 RomLength ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/ |
H A D | Misc.c | 422 #define OPTION_ROM_PTR ((OPTION_ROM_HEADER *) RomAddress) 431 @param RomAddress The ROM base address for NIC rom. 440 UINTN RomAddress 465 if (CalculateSum8 ((UINT8 *) RomAddress, RomLength) != 0) { 470 RomIdTableAddress = (UNDI_ROMID_T *) (RomAddress + OPTION_ROM_PTR->PxeRomIdOffset); 503 RomAddress + RomIdTableAddress->UNDI_Loader) 509 SimpleNetworkDevice->Nii.ImageAddr = RomAddress; 693 RomAddress + RomIdTableAddress->UNDI_Loader) 705 Segment = ((UINT16) (RShiftU64 (RomAddress, 4) & 0xFFFF));
|
H A D | BiosSnp16.c | 1197 UINTN RomAddress; local 1219 for (RomAddress = 0xc0000; RomAddress < 0xfffff; RomAddress += 0x800) { 1221 PciExpansionRomHeader = (PCI_EXPANSION_ROM_HEADER *) RomAddress; 1227 DEBUG ((DEBUG_INIT, "Option ROM found at %X\n", RomAddress)); 1235 RomAddress + PciExpansionRomHeader->PcirOffset + sizeof (PCI_DATA_STRUCTURE) > 0x100000) { 1239 PciDataStructure = (PCI_DATA_STRUCTURE *) (RomAddress + PciExpansionRomHeader->PcirOffset); 1258 Status = LaunchBaseCode (SimpleNetworkDevice, RomAddress);
|
H A D | BiosSnp16.h | 596 @param RomAddress The ROM base address for NIC rom. 605 UINTN RomAddress
|
Completed in 350 milliseconds