Searched refs:TypeDetail (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/MemorySubClassDxe/ |
D | MemorySubClass.c | 153 IN OUT MEMORY_DEVICE_TYPE_DETAIL *TypeDetail in SmbiosGetTypeDetail() argument 156 if (NULL == TypeDetail) in SmbiosGetTypeDetail() 163 TypeDetail->Unknown = 1; in SmbiosGetTypeDetail() 170 TypeDetail->Unbuffered = 1; in SmbiosGetTypeDetail() 174 TypeDetail->LrDimm = 1; in SmbiosGetTypeDetail() 178 TypeDetail->Registered = 1; in SmbiosGetTypeDetail() 182 TypeDetail->Unknown = 1; in SmbiosGetTypeDetail() 616 Type17Record->TypeDetail.Synchronous = 1; in SmbiosAddType17Table() 618 SmbiosGetTypeDetail (pGblData, Skt, Ch, Dimm, &(Type17Record->TypeDetail)); in SmbiosAddType17Table()
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Binary/AmdModulePkg/Common/ |
D | MemIscp.h | 139 …SMBIOS_T17_TYPE_DETAIL TypeDetail; ///< Additional detail on the memory device type member
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/PlatformSmbiosDxe/ |
D | PlatformSmbiosDxe.c | 826 … CopyMem ((VOID *) &dstType17.TypeDetail, (VOID *) &mMemDevInfoType17.TypeDetail, sizeof (UINT16)); in MemDevInfoUpdatedstType17()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/ |
D | MemoryConv.c | 250 (UINT8 *) StructureNode->Structure + OFFSET_OF (SMBIOS_TABLE_TYPE17, TypeDetail), in SmbiosFldMemoryType3() 303 (UINT8 *) StructureNode->Structure + OFFSET_OF (SMBIOS_TABLE_TYPE17, TypeDetail), in SmbiosFldMemoryType3()
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/MemorySubClass/ |
D | MemorySubClass.c | 372 (UINT8 *) &Type17Record->TypeDetail, in MemorySubClassEntryPoint()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/ |
D | Smbios.h | 326 UINT16 TypeDetail; member
|
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
D | SmBios.h | 1662 MEMORY_DEVICE_TYPE_DETAIL TypeDetail; member
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/ |
D | PrintInfo.c | 712 …DisplayMemoryDeviceTypeDetail (ReadUnaligned16 ((UINT16 *) (UINTN) &(Struct->Type17->TypeDetail)),… in SmbiosPrintStructure()
|