Searched refs:crchighbit (Results 1 – 1 of 1) sorted by relevance
271 uint32_t i, j, c, bit, datain, crcmask, crchighbit; in calculate_crc() local275 crchighbit = (uint32_t)(1U << (order - 1U)); in calculate_crc()282 bit = crc & crchighbit; in calculate_crc()285 bit ^= crchighbit; in calculate_crc()