Home
last modified time | relevance | path

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

/openbmc/phosphor-power/tools/power-utils/
H A Dupdater.cpp45 constexpr uint8_t CRC8_POLYNOMIAL = 0x07; in getClassInstance()
93 crc = (crc << 1) ^ CRC8_POLYNOMIAL; in calculateCRC8()
41 constexpr uint8_t CRC8_POLYNOMIAL = 0x07; global() variable