Home
last modified time | relevance | path

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

/openbmc/smbios-mdr/src/
H A Ddimm.cpp81 memoryDataWidth(memoryInfo->dataWidth); in memoryInfoUpdate()
164 uint16_t Dimm::memoryDataWidth(uint16_t value) in memoryDataWidth() function in phosphor::smbios::Dimm
167 memoryDataWidth(value); in memoryDataWidth()
/openbmc/bmcweb/redfish-core/lib/
H A Dmemory.hpp417 const uint16_t* memoryDataWidth = nullptr; in assembleDimmProperties() local
442 memoryDataWidth, "MemorySizeInKB", memorySizeInKB, "PartNumber", in assembleDimmProperties()
459 if (memoryDataWidth != nullptr) in assembleDimmProperties()
461 asyncResp->res.jsonValue[jsonPtr]["DataWidthBits"] = *memoryDataWidth; in assembleDimmProperties()
/openbmc/smbios-mdr/include/
H A Ddimm.hpp112 uint16_t memoryDataWidth(uint16_t value) override;