HomeSort by relevance Sort by last modified time
    Searched refs:SIZE_64KB (Results 1 - 25 of 30) sorted by null

1 2

  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/NorFlashArmVExpressLib/
NorFlashArmVExpress.c 34 SIZE_64KB * 4,
35 SIZE_64KB,
48 SIZE_64KB * 3, //FIXME: Set 3 blocks because I did not succeed to copy 4 blocks into the ARM Versatile Express NOR Flash in the last NOR Flash. It should be 4 blocks
49 SIZE_64KB,
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Library/NorFlashJunoLib/
NorFlashJuno.c 32 SIZE_64KB * 4,
33 SIZE_64KB,
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Marvell/Library/ResetSystemLib/
MvResetSystemLib.c 121 Alignment = ~(SIZE_64KB - 1);
127 mAddress & Alignment, SIZE_64KB,
138 Status = gDS->SetMemorySpaceAttributes (mAddress & Alignment, SIZE_64KB,
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Include/Platform/RTSM/
ArmPlatform.h 41 #define ARM_VE_SMB_SRAM_SZ SIZE_64KB
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/Type00/
MiscBiosVendorFunction.c 50 Size = Value / SIZE_64KB + (Value % SIZE_64KB + SIZE_64KB - 1) / SIZE_64KB;
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Library/I2CLib/
I2CLibRuntime.c 74 Base, SIZE_64KB,
81 Status = gDS->SetMemorySpaceAttributes (Base, SIZE_64KB, EFI_MEMORY_UC | EFI_MEMORY_RUNTIME);
  /device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/Ia32/
SecEntry.S 49 movl $(BASE_512KB + SIZE_64KB), %esp
64 pushl $SIZE_64KB
SecEntry.asm 55 mov esp, (BASE_512KB + SIZE_64KB)
70 push SIZE_64KB
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Include/
ArmPlatform.h 62 #define ARM_JUNO_SOC_PERIPHERALS_SZ (SIZE_64KB * 9)
  /device/linaro/bootloader/edk2/ArmPkg/Include/Library/
ArmGicLib.h 58 #define ARM_GICR_CTLR_FRAME_SIZE SIZE_64KB
59 #define ARM_GICR_SGI_PPI_FRAME_SIZE SIZE_64KB
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Include/Platform/CTA15-A7/
ArmPlatform.h 74 #define ARM_VE_TC2_NON_SECURE_SRAM_SZ SIZE_64KB
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA15-A7/
CTA15-A7Mem.c 83 VirtualMemoryTable[Index].Length = SIZE_64KB * 4;
94 VirtualMemoryTable[Index].Length = SIZE_64KB * 4;
126 VirtualMemoryTable[Index].Length = SIZE_64KB;
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Library/MemoryInitPei/
MemoryInitPeiLib.c 78 NewBase = AllocateAlignedRuntimePages (EFI_SIZE_TO_PAGES (Size), SIZE_64KB);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/
LzmaDecompress.c 20 #define SCRATCH_BUFFER_REQUEST_SIZE SIZE_64KB
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/
LzmaDecompress.c 20 #define SCRATCH_BUFFER_REQUEST_SIZE SIZE_64KB
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Library/ArmJunoLib/
ArmJunoMem.c 89 VirtualMemoryTable[Index].Length = SIZE_64KB * 4;
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/
MemoryCallback.c 147 Status = MtrrSetMemoryAttributeInMtrrSettings (&MtrrSettings, 0x30000, SIZE_64KB, CacheUncacheable);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/
PciEmulation.c 585 Status = PciInstallDevice (0, FixedPcdGet32 (PcdSynopsysUsbOhciBaseAddress), SIZE_64KB, PCI_IF_OHCI, PCI_CLASS_SERIAL_USB, PCI_CLASS_SERIAL);
590 Status = PciInstallDevice (1, FixedPcdGet32 (PcdSynopsysUsbEhciBaseAddress), SIZE_64KB, PCI_IF_EHCI, PCI_CLASS_SERIAL_USB, PCI_CLASS_SERIAL);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/EblCmdLib/Arm/
EblCmdMmu.c 175 return SIZE_64KB;
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathUtilities.c 294 If NodeLength >= SIZE_64KB, then ASSERT().
311 ASSERT ((Length >= sizeof (EFI_DEVICE_PATH_PROTOCOL)) && (Length < SIZE_64KB));
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/
UefiDevicePathLib.c 334 If NodeLength >= SIZE_64KB, then ASSERT().
351 ASSERT ((Length >= sizeof (EFI_DEVICE_PATH_PROTOCOL)) && (Length < SIZE_64KB));
  /device/linaro/bootloader/edk2/OvmfPkg/Csm/CsmSupportLib/
LegacyRegion.c 51 {0xF0000, SIZE_64KB, FALSE, FALSE}
  /device/linaro/bootloader/edk2/OvmfPkg/EmuVariableFvbRuntimeDxe/
Fvb.c 853 SIZE_64KB
  /device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/
Initialize.c 304 AvailableFbSize *= SIZE_64KB;
  /device/linaro/bootloader/edk2/MdePkg/Include/
Base.h 436 #define SIZE_64KB 0x00010000
    [all...]

Completed in 217 milliseconds

1 2