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