Home
last modified time | relevance | path

Searched refs:Type5 (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
DPrintInfo.c449 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/
DSmbios.h608 SMBIOS_TABLE_TYPE5 *Type5; member
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DSmBios.h2385 SMBIOS_TABLE_TYPE5 *Type5; member
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR33.patch9080 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);