Home
last modified time | relevance | path

Searched refs:NoECC (Results 1 – 4 of 4) sorted by relevance

/openbmc/smbios-mdr/include/
H A Ddimm.hpp248 {0x1, EccType::NoECC}, {0x2, EccType::NoECC},
249 {0x3, EccType::NoECC}, {0x4, EccType::AddressParity},
251 {0x7, EccType::NoECC}};
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dmemory.hpp91 NoECC, enumerator
194 {ErrorCorrection::NoECC, "NoECC"},
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/
H A DDimm.interface.yaml75 - name: NoECC
/openbmc/smbios-mdr/src/
H A Ddimm.cpp141 ecc(EccType::NoECC); in updateEccType()