Home
last modified time | relevance | path

Searched refs:memoryTotalWidth (Results 1 – 3 of 3) sorted by relevance

/openbmc/smbios-mdr/src/
H A Ddimm.cpp75 memoryTotalWidth(memoryInfo->totalWidth); in memoryInfoUpdate()
163 uint16_t Dimm::memoryTotalWidth(uint16_t value) in memoryTotalWidth() function in phosphor::smbios::Dimm
166 memoryTotalWidth(value); in memoryTotalWidth()
/openbmc/bmcweb/redfish-core/lib/
H A Dmemory.hpp420 const uint16_t* memoryTotalWidth = nullptr; in assembleDimmProperties() local
440 memoryTotalWidth, "ECC", ecc, "FormFactor", formFactor, in assembleDimmProperties()
492 if (memoryTotalWidth != nullptr) in assembleDimmProperties()
494 asyncResp->res.jsonValue[jsonPtr]["BusWidthBits"] = *memoryTotalWidth; in assembleDimmProperties()
/openbmc/smbios-mdr/include/
H A Ddimm.hpp107 uint16_t memoryTotalWidth(uint16_t value) override;