Searched defs:ImageLength (Results 1 - 13 of 13) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/
H A Dpci30.h33 UINT16 ImageLength; member in struct:__anon3927
H A Dpci22.h407 UINT16 ImageLength; member in struct:__anon3916
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
H A Dpci30.h41 UINT16 ImageLength; member in struct:__anon5061
H A Dpci22.h422 UINT16 ImageLength; member in struct:__anon5050
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
H A DPci30.h68 UINT16 ImageLength; member in struct:__anon7905
H A DPci22.h845 UINT16 ImageLength; member in struct:__anon7900
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DLoadPciRom.c224 UINT32 ImageLength; local
259 ImageSize = Pcir->ImageLength * 512;
275 ImageLength = InitializationSize - ImageOffset;
296 ImageLength,
308 ImageLength,
316 ImageLength = DestinationSize;
339 ImageLength,
/device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
H A DPciOptionRomSupport.c256 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; local
458 ImageSize = (UINT32) (Pcir->ImageLength * 512);
472 ImageLength = InitializationSize - (UINT32)ImageOffset;
492 ImageLength,
505 ImageLength,
513 ImageLength
[all...]
H A DPciRomTable.c134 UINT32 ImageLength; local
176 ImageSize = Pcir->ImageLength * 512;
192 ImageLength = InitializationSize - ImageOffset;
212 ImageLength,
225 ImageLength,
233 ImageLength = DestinationSize;
258 ImageLength,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/
H A DIfrCommon.c461 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;
459 ExtractDataFromHiiHandle( IN EFI_HII_HANDLE HiiHandle, IN OUT UINT16 *ImageLength, OUT UINT8 *DefaultImage, OUT EFI_GUID *Guid ) argument
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciOptionRomSupport.c51 UINT32 ImageLength; local
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 * 51
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DImage.c814 UINTN ImageLength; local
898 ImageLength = sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL) *
900 Image->Bitmap = AllocateZeroPool (ImageLength);
950 ImageLength = sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL) * (Width * Height);
951 Image->Bitmap = AllocateZeroPool (ImageLength);
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/VlvPlatformInitDxe/
H A DIgdOpRegion.h149 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,
140 UINT16 ImageLength; member in struct:__anon11976

Completed in 194 milliseconds