Lines Matching refs:memoryInfo
72 auto memoryInfo = reinterpret_cast<struct MemoryInfo*>(dataIn); in memoryInfoUpdate() local
74 memoryDataWidth(memoryInfo->dataWidth); in memoryInfoUpdate()
75 memoryTotalWidth(memoryInfo->totalWidth); in memoryInfoUpdate()
77 if (memoryInfo->size == maxOldDimmSize) in memoryInfoUpdate()
79 dimmSizeExt(memoryInfo->extendedSize); in memoryInfoUpdate()
83 dimmSize(memoryInfo->size); in memoryInfoUpdate()
86 const auto isDimmPresent = memoryInfo->size > 0; in memoryInfoUpdate()
90 dimmDeviceLocator(memoryInfo->bankLocator, memoryInfo->deviceLocator, in memoryInfoUpdate()
91 memoryInfo->length, dataIn); in memoryInfoUpdate()
92 dimmType(memoryInfo->memoryType); in memoryInfoUpdate()
93 dimmTypeDetail(memoryInfo->typeDetail); in memoryInfoUpdate()
94 maxMemorySpeedInMhz(memoryInfo->speed); in memoryInfoUpdate()
95 dimmManufacturer(memoryInfo->manufacturer, memoryInfo->length, dataIn); in memoryInfoUpdate()
96 dimmSerialNum(memoryInfo->serialNum, memoryInfo->length, dataIn); in memoryInfoUpdate()
97 dimmPartNum(memoryInfo->partNum, memoryInfo->length, dataIn); in memoryInfoUpdate()
98 memoryAttributes(memoryInfo->attributes); in memoryInfoUpdate()
99 dimmMedia(memoryInfo->memoryTechnology); in memoryInfoUpdate()
100 memoryConfiguredSpeedInMhz(memoryInfo->confClockSpeed); in memoryInfoUpdate()
102 updateEccType(memoryInfo->phyArrayHandle); in memoryInfoUpdate()