Searched refs:EccType (Results 1 – 2 of 2) sorted by relevance
| /openbmc/smbios-mdr/include/ |
| H A D | dimm.hpp | 39 using EccType = typedef 132 EccType ecc(EccType value) override; 252 const std::map<uint8_t, EccType> dimmEccTypeMap = { 253 {0x1, EccType::NoECC}, {0x2, EccType::NoECC}, 254 {0x3, EccType::NoECC}, {0x4, EccType::AddressParity}, 255 {0x5, EccType::SingleBitECC}, {0x6, EccType::MultiBitECC}, 256 {0x7, EccType::NoECC}};
|
| /openbmc/smbios-mdr/src/ |
| H A D | dimm.cpp | 43 using EccType = typedef 138 std::map<uint8_t, EccType>::const_iterator it = in updateEccType() 142 ecc(EccType::NoECC); in updateEccType() 158 EccType Dimm::ecc(EccType value) in ecc()
|