Searched refs:Type5 (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/ |
D | PrintInfo.c | 449 SlotNum = Struct->Type5->AssociatedMemorySlotNum; in SmbiosPrintStructure() 451 DisplayMcErrorDetectMethod (Struct->Type5->ErrDetectMethod, Option); in SmbiosPrintStructure() 452 DisplayMcErrorCorrectCapability (*(UINT8 *) &(Struct->Type5->ErrCorrectCapability), Option); in SmbiosPrintStructure() 454 DisplayMcInterleaveSupport (Struct->Type5->SupportInterleave, Option); in SmbiosPrintStructure() 456 DisplayMcInterleaveSupport (Struct->Type5->CurrentInterleave, Option); in SmbiosPrintStructure() 457 DisplayMaxMemoryModuleSize (Struct->Type5->MaxMemoryModuleSize, SlotNum, Option); in SmbiosPrintStructure() 458 DisplayMcMemorySpeeds (*(UINT16 *) &(Struct->Type5->SupportSpeed), Option); in SmbiosPrintStructure() 459 DisplayMmMemoryType (Struct->Type5->SupportMemoryType, Option); in SmbiosPrintStructure() 460 DisplayMemoryModuleVoltage (Struct->Type5->MemoryModuleVoltage, Option); in SmbiosPrintStructure() 461 PRINT_STRUCT_VALUE (Struct, Type5, AssociatedMemorySlotNum); in SmbiosPrintStructure()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/ |
D | Smbios.h | 608 SMBIOS_TABLE_TYPE5 *Type5; member
|
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
D | SmBios.h | 2385 SMBIOS_TABLE_TYPE5 *Type5; member
|
/device/linaro/bootloader/edk2/EdkShellPkg/ |
D | ShellR33.patch | 9080 DisplayMcErrorDetectMethod (pStruct->Type5->ErrDetectMethod, Option); 9081 DisplayMcErrorCorrectCapability (pStruct->Type5->ErrCorrectCapability, Option); 9084 DisplayMcInterleaveSupport (pStruct->Type5->SupportInterleave, Option); 9087 DisplayMcInterleaveSupport (pStruct->Type5->CurrentInterleave, Option); 9088 DisplayMaxMemoryModuleSize (pStruct->Type5->MaxMemoryModuleSize, SlotNum, Option); 9089 DisplayMcMemorySpeeds (pStruct->Type5->SupportSpeed, Option);
|