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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/
ElTorito.c 70 // CD_ROM has the fixed block size as 2048 bytes (SIZE_2KB)
75 // Ensure 2048 (SIZE_2KB) is a multiple of block size
76 if (((SIZE_2KB % Media->BlockSize) != 0) || (Media->BlockSize > SIZE_2KB)) {
80 VolDescriptor = AllocatePool ((UINTN)SIZE_2KB);
94 VolDescriptorOffset += SIZE_2KB) {
99 SIZE_2KB,
136 if (Lba2KB * (SIZE_2KB / Media->BlockSize) > Media->LastBlock) {
143 MultU64x32 (Lba2KB, SIZE_2KB),
144 SIZE_2KB,
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/Common/
ArmLib.c 103 return SIZE_2KB;
  /device/linaro/bootloader/edk2/MdePkg/Include/
Base.h 292 #define SIZE_2KB 0x00000800
    [all...]

Completed in 250 milliseconds