Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/i2c-vr/xdpe1x2xx/
H A Dxdpe1x2xx.cpp203 static const std::map<std::pair<uint8_t, uint8_t>, int> configSizeMap = { in getConfigSize() local
214 auto it = configSizeMap.find({deviceId, revision}); in getConfigSize()
215 if (it != configSizeMap.end()) in getConfigSize()