Home | History | Annotate | Download | only in PiSmbiosRecordOnDataHubSmbiosRecordThunk

Lines Matching defs:MemoryController

770   EFI_MEMORY_CONTROLLER_INFORMATION_DATA *MemoryController;

783 MemoryController = (EFI_MEMORY_CONTROLLER_INFORMATION_DATA *)RecordData;
790 &MemoryController->ErrorDetectingMethod,
799 &MemoryController->ErrorCorrectingCapability,
808 &MemoryController->MemorySupportedInterleave,
817 &MemoryController->MemoryCurrentInterleave,
826 &MemoryController->MaxMemoryModuleSize,
835 &MemoryController->MemorySpeedType,
844 &MemoryController->MemorySupportedType,
853 &MemoryController->MemoryModuleVoltage,
862 &MemoryController->NumberofMemorySlot,
866 if (MemoryController->NumberofMemorySlot == 0) {
872 &MemoryController->EnabledCorrectingCapability,
880 NewMinimalSize = (MemoryController->NumberofMemorySlot) * sizeof(UINT16) + StructureNode->StructureSize;
888 for (Count = 0, Link = MemoryController->MemoryModuleConfig;
889 Count < MemoryController->NumberofMemorySlot;
904 (UINT8 *) (StructureNode->Structure) + OFFSET_OF (SMBIOS_TABLE_TYPE5, MemoryModuleConfigHandles) + (MemoryController->NumberofMemorySlot) * sizeof(UINT16),
905 &MemoryController->EnabledCorrectingCapability,