Home
last modified time | relevance | path

Searched refs:memoryInfo (Results 1 – 2 of 2) sorted by relevance

/openbmc/smbios-mdr/src/
H A Dmdrv2.cpp874 auto memoryInfo = reinterpret_cast<MemoryInfo*>(dataIn); in getRecordType() local
876 record["Type"] = memoryInfo->type; in getRecordType()
877 record["Length"] = memoryInfo->length; in getRecordType()
878 record["Handle"] = uint16_t(memoryInfo->handle); in getRecordType()
880 uint16_t(memoryInfo->phyArrayHandle); in getRecordType()
882 uint16_t(memoryInfo->errInfoHandle); in getRecordType()
883 record["Total Width"] = uint16_t(memoryInfo->totalWidth); in getRecordType()
884 record["Data Width"] = uint16_t(memoryInfo->dataWidth); in getRecordType()
885 record["Size"] = uint16_t(memoryInfo->size); in getRecordType()
886 record["Form Factor"] = memoryInfo->formFactor; in getRecordType()
[all …]
H A Ddimm.cpp79 auto memoryInfo = reinterpret_cast<struct MemoryInfo*>(dataIn); in memoryInfoUpdate() local
81 memoryDataWidth(memoryInfo->dataWidth); in memoryInfoUpdate()
82 memoryTotalWidth(memoryInfo->totalWidth); in memoryInfoUpdate()
84 if (memoryInfo->size == maxOldDimmSize) in memoryInfoUpdate()
86 dimmSizeExt(memoryInfo->extendedSize); in memoryInfoUpdate()
90 dimmSize(memoryInfo->size); in memoryInfoUpdate()
93 const auto isDimmPresent = memoryInfo->size > 0; in memoryInfoUpdate()
97 dimmDeviceLocator(memoryInfo->bankLocator, memoryInfo->deviceLocator, in memoryInfoUpdate()
98 memoryInfo->length, dataIn); in memoryInfoUpdate()
99 dimmType(memoryInfo->memoryType); in memoryInfoUpdate()
[all …]