Searched refs:crc10_table (Results 1 – 1 of 1) sorted by relevance
131 static const __u16 crc10_table[256] = { variable168 #define CRC10_FCS(fcs, c) ((((fcs) << 8) & 0x3ff) ^ crc10_table[((fcs) >> 2) & 0xff] ^ (c))