Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/cpld/lattice/
H A Dlattice_cpld_factory.cpp13 if (supportedDeviceMap.find(chipEnum) == supportedDeviceMap.end()) in getLatticeCPLD()
21 auto chipFamily = supportedDeviceMap.at(chipEnum).chipFamily; in getLatticeCPLD()
79 for (const auto& [chipEnum, info] : supportedDeviceMap) in __anonccff76d40202()
H A Dlattice_xo3_cpld.cpp24 supportedDeviceMap.begin(), supportedDeviceMap.end(), in readDeviceId()
31 if (chipWantToUpdate != supportedDeviceMap.end() && in readDeviceId()
H A Dlattice_base_cpld.hpp77 const std::map<latticeChip, cpldInfo> supportedDeviceMap = { variable