Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/i2c-vr/xdpe1x2xx/
H A Dxdpe1x2xx.cpp313 for (int i = 0; i < configuration.sectCnt; i++) in program()
407 if ((i + 1 >= configuration.sectCnt) || in program()
553 configuration.sectCnt = sectIndex + 1; in parseImage()
610 for (i = 0; i < configuration.sectCnt; i++) in checkImage()
722 configuration.sectCnt = 0; in updateFirmware()
H A Dxdpe1x2xx.hpp54 uint8_t sectCnt; member