Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/i2c-vr/xdpe1x2xx/
H A Dxdpe1x2xx.hpp27 static const int MaxSectCnt = 16; member in phosphor::software::VR::XDPE1X2XX
55 struct configSect section[MaxSectCnt];
H A Dxdpe1x2xx.cpp547 if ((++sectIndex) >= MaxSectCnt) in parseImage()
723 for (int i = 0; i <= MaxSectCnt - 1; i++) in updateFirmware()