Home
last modified time | relevance | path

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

/openbmc/smbios-mdr/src/
H A Ddimm.cpp82 memoryTotalWidth(memoryInfo->totalWidth); in memoryInfoUpdate()
170 uint16_t Dimm::memoryTotalWidth(uint16_t value) in memoryTotalWidth() function in phosphor::smbios::Dimm
173 memoryTotalWidth(value); in memoryTotalWidth()
/openbmc/bmcweb/redfish-core/lib/
H A Dmemory.hpp424 const uint16_t* memoryTotalWidth = nullptr; in assembleDimmProperties() local
445 memoryTotalWidth, "ECC", ecc, "FormFactor", formFactor, in assembleDimmProperties()
506 if (memoryTotalWidth != nullptr) in assembleDimmProperties()
508 asyncResp->res.jsonValue[jsonPtr]["BusWidthBits"] = *memoryTotalWidth; in assembleDimmProperties()
/openbmc/smbios-mdr/include/
H A Ddimm.hpp113 uint16_t memoryTotalWidth(uint16_t value) override;