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

  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/MemorySubClassDxe/
MemorySubClass.c 289 UINT64 MemoryCapacity;
296 MemoryCapacity = (UINT64) LShiftU64 (NumberOfMemoryDevices * MAX_DIMM_SIZE, 20); // GB to KB.
324 if (MemoryCapacity >= 0x80000000)
327 Type16Record->ExtendedMaximumCapacity = MemoryCapacity << 10; // Extended Max capacity should be stored in bytes.
331 Type16Record->MaximumCapacity = (UINT32)MemoryCapacity; // Max capacity should be stored in kilo bytes.
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/MemorySubClass/
MemorySubClass.c 62 UINT32 MemoryCapacity;
156 MemoryCapacity = (UINT32) ArrayLocationData.MaximumMemoryCapacity.Value * (1 << ((UINT32) ArrayLocationData.MaximumMemoryCapacity.Exponent - 10));
157 Type16Record->MaximumCapacity = MemoryCapacity;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
MemoryConv.c 39 UINT32 MemoryCapacity;
52 MemoryCapacity = (UINT32) (((UINTN) PhyMemArray->MaximumMemoryCapacity.Value) << PhyMemArray->MaximumMemoryCapacity.Exponent);
58 MemoryCapacity = FrameworkPhyMemArray->MaximumMemoryCapacity;
64 &MemoryCapacity,

Completed in 798 milliseconds