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

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciRomTable.h 27 @param RomLength Length of rom image.
38 IN UINT64 RomLength
PciRomTable.c 27 UINT64 RomLength;
43 @param RomLength Length of rom image.
54 IN UINT64 RomLength
84 mRomImageTable[mNumberOfPciRomImages].RomLength = RomLength;
120 PciIoDevice->PciIo.RomSize = (UINTN) mRomImageTable[Index].RomLength;
  /device/linaro/bootloader/edk2/DuetPkg/Include/Guid/
PciOptionRomTable.h 26 UINT32 RomLength;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Guid/PciOptionRomTable/
PciOptionRomTable.h 33 UINT32 RomLength;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
Misc.c 27 UINT8 ROMlength; ///< size of this ROM in 512 byte blocks
452 UINT32 RomLength;
464 RomLength = OPTION_ROM_PTR->ROMlength << 9;
465 if (CalculateSum8 ((UINT8 *) RomAddress, RomLength) != 0) {
472 if ((UINTN) (OPTION_ROM_PTR->PxeRomIdOffset + RomIdTableAddress->StructLength) > RomLength) {
510 SimpleNetworkDevice->Nii.ImageSize = RomLength;
  /device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
PciRomTable.c 139 RomSize = (UINTN) PciOptionRomDescriptor->RomLength;
378 PciIoDevice->PciIo.RomSize = (UINTN) PciOptionRomDescriptor->RomLength;
  /device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/Ia32/
PcatIo.c 506 TempPciOptionRomDescriptors->RomLength = RomBarSize;
  /device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/X64/
PcatIo.c 506 TempPciOptionRomDescriptors->RomLength = RomBarSize;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
video.h 1176 ULONG RomLength,
    [all...]

Completed in 274 milliseconds