Home
last modified time | relevance | path

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

/openbmc/smbios-mdr/src/
H A Ddimm.cpp74 memoryDataWidth(memoryInfo->dataWidth); in memoryInfoUpdate()
157 uint16_t Dimm::memoryDataWidth(uint16_t value) in memoryDataWidth() function in phosphor::smbios::Dimm
160 memoryDataWidth(value); in memoryDataWidth()
/openbmc/bmcweb/redfish-core/lib/
H A Dmemory.hpp413 const uint16_t* memoryDataWidth = nullptr; in assembleDimmProperties() local
437 memoryDataWidth, "MemorySizeInKB", memorySizeInKB, "PartNumber", in assembleDimmProperties()
454 if (memoryDataWidth != nullptr) in assembleDimmProperties()
456 asyncResp->res.jsonValue[jsonPtr]["DataWidthBits"] = *memoryDataWidth; in assembleDimmProperties()
/openbmc/smbios-mdr/include/
H A Ddimm.hpp106 uint16_t memoryDataWidth(uint16_t value) override;