Searched refs:crc16_table (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
H A Dcrc16.h20 extern u16 const crc16_table[256];
26 return (crc >> 8) ^ crc16_table[(crc ^ data) & 0xff]; crc16_byte()
/linux-4.4.14/lib/
H A Dcrc16.c13 u16 const crc16_table[256] = { variable
47 EXPORT_SYMBOL(crc16_table); variable

Completed in 84 milliseconds