Searched refs:supportedDeviceMap (Results 1 – 3 of 3) sorted by relevance
13 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()
24 supportedDeviceMap.begin(), supportedDeviceMap.end(), in readDeviceId()31 if (chipWantToUpdate != supportedDeviceMap.end() && in readDeviceId()
77 const std::map<latticeChip, cpldInfo> supportedDeviceMap = { variable