Searched refs:crc_itu_t_table (Results 1 – 2 of 2) sorted by relevance
13 const u16 crc_itu_t_table[256] = { variable48 EXPORT_SYMBOL(crc_itu_t_table);
18 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()