Searched refs:crc_itu_t_table (Results 1 – 2 of 2) sorted by relevance
11 const u16 crc_itu_t_table[256] = { variable46 EXPORT_SYMBOL(crc_itu_t_table);
16 extern u16 const crc_itu_t_table[256];22 return (crc << 8) ^ crc_itu_t_table[((crc >> 8) ^ data) & 0xff]; in crc_itu_t_byte()
Completed in 4 milliseconds