Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/i2c-vr/xdpe1x2xx/
H A Dxdpe1x2xx.cpp482 uint8_t sectType = 0x0; in parseImage() local
532 if (sectType == SectTrim && offset != 0x0) in parseImage()
542 sectType = (uint8_t)dWord; in parseImage()
543 if (sectType == SectTrim) in parseImage()
552 configuration.section[sectIndex].type = sectType; in parseImage()