HomeSort by relevance Sort by last modified time
    Searched refs:RomBarOffset (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
PciOptionRomSupport.c 149 UINT32 RomBarOffset;
208 RomBarOffset = RomBar;
217 RomBarOffset,
223 RomBarOffset = RomBarOffset + 512;
246 RomBarOffset + OffsetPcir,
265 RomBarOffset = RomBarOffset + RomPcir->ImageLength * 512;
266 } while (((Indicator & 0x80) == 0x00) && ((RomBarOffset - RomBar) < RomSize));
419 UINT8 *RomBarOffset;
    [all...]
PciRomTable.c 121 UINTN RomBarOffset;
149 RomBarOffset = (UINTN) RomBar;
153 EfiRomHeader = (EFI_PCI_EXPANSION_ROM_HEADER *) (UINTN) RomBarOffset;
166 RomBarOffset - (UINTN)RomBar + EfiRomHeader->PcirOffset + sizeof (PCI_DATA_STRUCTURE) > RomSize) {
169 Pcir = (PCI_DATA_STRUCTURE *) (UINTN) (RomBarOffset + EfiRomHeader->PcirOffset);
177 if (RomBarOffset - (UINTN)RomBar + ImageSize > RomSize) {
191 ImageBuffer = (VOID *) (UINTN) (RomBarOffset + ImageOffset);
286 RomBarOffset = RomBarOffset + ImageSize;
288 } while (((Pcir->Indicator & 0x80) == 0x00) && ((RomBarOffset - (UINTN) RomBar) < RomSize));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciOptionRomSupport.c 388 UINT32 RomBarOffset;
447 RomBarOffset = RomBar;
456 RomBarOffset,
462 RomBarOffset = RomBarOffset + 512;
485 RomBarOffset + OffsetPcir,
504 RomBarOffset = RomBarOffset + RomPcir->ImageLength * 512;
505 } while (((Indicator & 0x80) == 0x00) && ((RomBarOffset - RomBar) < RomSize));
671 UINT8 *RomBarOffset;
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
LoadPciRom.c 209 UINTN RomBarOffset;
229 RomBarOffset = (UINTN) RomBar;
233 EfiRomHeader = (EFI_PCI_EXPANSION_ROM_HEADER *) (UINTN) RomBarOffset;
247 RomBarOffset - (UINTN)RomBar + EfiRomHeader->PcirOffset + sizeof (PCI_DATA_STRUCTURE) > RomSize) {
251 Pcir = (PCI_DATA_STRUCTURE *) (UINTN) (RomBarOffset + EfiRomHeader->PcirOffset);
259 if (RomBarOffset - (UINTN)RomBar + ImageSize > RomSize) {
273 ImageBuffer = (VOID *) (UINTN) (RomBarOffset + ImageOffset);
362 RomBarOffset = RomBarOffset + ImageSize;
364 } while (((Pcir->Indicator & 0x80) == 0x00) && ((RomBarOffset - (UINTN) RomBar) < RomSize));
    [all...]

Completed in 93 milliseconds