Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/i2c-vr/xdpe1x2xx/
H A Dxdpe1x2xx.cpp485 int sectIndex = -1; in parseImage() local
547 if ((++sectIndex) >= MaxSectCnt) in parseImage()
552 configuration.section[sectIndex].type = sectType; in parseImage()
553 configuration.sectCnt = sectIndex + 1; in parseImage()
562 configuration.section[sectIndex].data[dataCnt++] = dWord; in parseImage()
563 configuration.section[sectIndex].dataCnt = dataCnt; in parseImage()