Home
last modified time | relevance | path

Searched refs:dimmMemoryTechTypeMap (Results 1 – 2 of 2) sorted by relevance

/openbmc/smbios-mdr/src/
H A Ddimm.cpp282 dimmMemoryTechTypeMap.find(type); in dimmMedia()
283 if (it == dimmMemoryTechTypeMap.end()) in dimmMedia()
/openbmc/smbios-mdr/include/
H A Ddimm.hpp247 const std::map<uint8_t, MemoryTechType> dimmMemoryTechTypeMap = { variable