Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/i2c-vr/xdpe1x2xx/
H A Dxdpe1x2xx.cpp64 constexpr uint32_t CRC32Poly = 0xEDB88320; variable
757 crc = (crc >> 1) ^ CRC32Poly; // lsb-first in calcCRC32()