/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 | 825 UINT16 ImageLength;
|
/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/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/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
LoadPciRom.c | 223 UINT32 ImageLength;
258 ImageSize = Pcir->ImageLength * 512;
274 ImageLength = InitializationSize - ImageOffset;
295 ImageLength,
307 ImageLength,
315 ImageLength = DestinationSize;
338 ImageLength,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/ |
Image.c | 826 UINTN ImageLength;
897 ImageLength = sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL) *
899 Image->Bitmap = (EFI_GRAPHICS_OUTPUT_BLT_PIXEL *) AllocateZeroPool (ImageLength);
954 ImageLength = sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL) * (Width * Height);
955 Image->Bitmap = (EFI_GRAPHICS_OUTPUT_BLT_PIXEL *) AllocateZeroPool (ImageLength);
[all...] |
/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,
|
/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;
|
/external/syslinux/gpxe/src/include/gpxe/efi/IndustryStandard/ |
Pci22.h | 570 UINT16 ImageLength;
|