Searched refs:crc16_table (Results 1 – 1 of 1) sorted by relevance
12 static const u16 crc16_table[256] = { variable58 crc = (crc >> 8) ^ crc16_table[(crc & 0xff) ^ *p++]; in crc16()