Home
last modified time | relevance | path

Searched refs:NumberOfMemoryDevices (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
DMiscPhysicalArrayFunction.c100 SmbiosRecord-> NumberOfMemoryDevices= 0x02; in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/MemorySubClassDxe/
DMemorySubClass.c292 UINT16 NumberOfMemoryDevices = 0; in SmbiosAddType16Table() local
294 SmbiosGetMemoryDevicesNumber (&NumberOfMemoryDevices); in SmbiosAddType16Table()
296 MemoryCapacity = (UINT64) LShiftU64 (NumberOfMemoryDevices * MAX_DIMM_SIZE, 20); // GB to KB. in SmbiosAddType16Table()
313 Type16Record->NumberOfMemoryDevices = NumberOfMemoryDevices; in SmbiosAddType16Table()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Binary/AmdModulePkg/Common/
DMemIscp.h102 … UINT16 NumberOfMemoryDevices; ///< The number of slots or sockets available.. member
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/PlatformSmbiosDxe/
DPlatformSmbiosDxe.c791 mPhyMemArrayInfoType16.NumberOfMemoryDevices = SmbiosT16->NumberOfMemoryDevices; in PhyMemArrayInfoUpdateSmbiosType16()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/MemorySubClass/
DMemorySubClass.c161 Type16Record->NumberOfMemoryDevices = ArrayLocationData.NumberMemoryDevices; in MemorySubClassEntryPoint()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
DSmbios.h311 UINT16 NumberOfMemoryDevices; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
DMemoryConv.c76 (UINT8 *) (StructureNode->Structure) + OFFSET_OF (SMBIOS_TABLE_TYPE16, NumberOfMemoryDevices), in SmbiosFldMemoryType2()
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DSmBios.h1561 UINT16 NumberOfMemoryDevices; member
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
DPrintInfo.c692 PRINT_STRUCT_VALUE_H (Struct, Type16, NumberOfMemoryDevices); in SmbiosPrintStructure()