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