Home
last modified time | relevance | path

Searched refs:crc_itu_t_table (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/lib/
Dcrc-itu-t.c13 const u16 crc_itu_t_table[256] = { variable
48 EXPORT_SYMBOL(crc_itu_t_table);
/linux-4.4.14/include/linux/
Dcrc-itu-t.h18 extern u16 const crc_itu_t_table[256];
24 return (crc << 8) ^ crc_itu_t_table[((crc >> 8) ^ data) & 0xff]; in crc_itu_t_byte()