Searched refs:CRC10_POLYNOMIAL (Results 1 – 1 of 1) sorted by relevance
92 #define CRC10_POLYNOMIAL 0x633 in init_crc10_table() macro102 if ((accum <<= 1) & 0x400) accum ^= CRC10_POLYNOMIAL; in init_crc10_table()109 #undef CRC10_POLYNOMIAL in init_crc10_table()