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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/
pci30.h 33 UINT16 ImageLength;
pci22.h 407 UINT16 ImageLength;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
pci30.h 41 UINT16 ImageLength;
pci22.h 422 UINT16 ImageLength;
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Pci30.h 68 UINT16 ImageLength;
Pci22.h 845 UINT16 ImageLength;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciOptionRomSupport.c 51 UINT32 ImageLength;
89 ImageSize = Pcir->ImageLength * 512;
96 ImageLength = InitializationSize - EfiRomHeader->EfiImageHeaderOffset;
102 if (Buffer == NULL || *BufferSize < ImageLength) {
103 *BufferSize = ImageLength;
107 *BufferSize = ImageLength;
108 CopyMem (Buffer, ImageBuffer, ImageLength);
122 ImageLength,
144 ImageLength,
363 RomHeader = (PCI_EXPANSION_ROM_HEADER *) ((UINT8 *) RomHeader + RomPcir->ImageLength * 512);
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
PciOptionRomSupport.c 256 if (RomImageSize + RomPcir->ImageLength * 512 > RomSize) {
264 RomImageSize = RomImageSize + RomPcir->ImageLength * 512;
265 RomBarOffset = RomBarOffset + RomPcir->ImageLength * 512;
269 // Some Legacy Cards do not report the correct ImageLength so used the maximum
429 UINT32 ImageLength;
458 ImageSize = (UINT32) (Pcir->ImageLength * 512);
472 ImageLength = InitializationSize - (UINT32)ImageOffset;
492 ImageLength,
505 ImageLength,
513 ImageLength = DestinationSize;
    [all...]
PciRomTable.c 134 UINT32 ImageLength;
176 ImageSize = Pcir->ImageLength * 512;
192 ImageLength = InitializationSize - ImageOffset;
212 ImageLength,
225 ImageLength,
233 ImageLength = DestinationSize;
258 ImageLength,
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
LoadPciRom.c 224 UINT32 ImageLength;
259 ImageSize = Pcir->ImageLength * 512;
275 ImageLength = InitializationSize - ImageOffset;
296 ImageLength,
308 ImageLength,
316 ImageLength = DestinationSize;
339 ImageLength,
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/VlvPlatformInitDxe/
IgdOpRegion.h 149 UINT16 ImageLength;
231 @param ImageLength For input, length of DefaultImage;
238 @retval EFI_BUFFER_TOO_SMALL DefualtImage has no enough ImageLength
245 IN OUT UINT16 *ImageLength,
  /device/linaro/bootloader/edk2/BaseTools/Source/C/EfiRom/
EfiRom.c 335 PciDs23->ImageLength = (UINT16) (TotalSize / 512);
338 PciDs30->ImageLength = (UINT16) (TotalSize / 512);
627 PciDs23.ImageLength = RomHdr.InitializationSize;
643 PciDs30.ImageLength = RomHdr.InitializationSize;
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/Ia32/
PcatIo.c 437 Pcir.ImageLength = 0;
455 if (RomBarSize + Pcir.ImageLength * 512 > MaxRomSize) {
462 RomBarSize += Pcir.ImageLength * 512;
464 } while (!LastImage && RomBarSize < MaxRomSize && Pcir.ImageLength !=0);
  /device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/X64/
PcatIo.c 437 Pcir.ImageLength = 0;
455 if (RomBarSize + Pcir.ImageLength * 512 > MaxRomSize) {
462 RomBarSize += Pcir.ImageLength * 512;
464 } while (!LastImage && RomBarSize < MaxRomSize && Pcir.ImageLength !=0);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/
IfrCommon.c 461 IN OUT UINT16 *ImageLength,
475 ImageLength - For input, length of DefaultImage;
486 EFI_BUFFER_TOO_SMALL - DefualtImage has no enough ImageLength
585 if (SizeOfNvStore > *ImageLength || DefaultImage == NULL) {
587 *ImageLength = (UINT16) SizeOfNvStore;
625 *ImageLength = (UINT16) SizeOfNvStore;
IfrLibrary.h 524 IN OUT UINT16 *ImageLength,
538 ImageLength - For input, length of DefaultImage;
549 EFI_BUFFER_TOO_SMALL - DefualtImage has no enough ImageLength
    [all...]
  /external/syslinux/efi32/include/efi/
pci22.h 179 UINT16 ImageLength;
  /external/syslinux/efi64/include/efi/
pci22.h 179 UINT16 ImageLength;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
pci22.h 179 UINT16 ImageLength;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/EfiRom/
EfiRom.c 503 if ((UINT32) (PciDs->ImageLength * 512) == FileSize) {
505 // ImageLength reflects the actual file size correctly.
512 // ImageLength doesn't reflect the actual file size,
516 fprintf (stdout, "WARNING: ImageLength in PCI data structure != Actual File Size\n"
518 " --> adjust ImageLength\n"
523 PciDs->ImageLength = (UINT16) (TotalSize / 512);
781 PciDs.ImageLength = RomHdr.InitializationSize;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
Image.c 814 UINTN ImageLength;
898 ImageLength = sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL) *
900 Image->Bitmap = AllocateZeroPool (ImageLength);
    [all...]
  /external/syslinux/gpxe/src/util/
efirom.c 161 headers->pci.ImageLength = ( rom_size / 512 );
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyPci.c 321 if ((UINTN)(RomHeader.Raw - (UINT8 *) *Rom) + Pcir->ImageLength * 512 > *ImageSize) {
391 RomHeader.Raw += 512 * Pcir->ImageLength;
407 *ImageSize = Pcir->ImageLength * 512;
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/efi/IndustryStandard/
Pci22.h 570 UINT16 ImageLength;

Completed in 2436 milliseconds