Searched refs:mipi_syst_crc_table (Results 1 – 2 of 2) sorted by relevance
61 extern const mipi_syst_u32 mipi_syst_crc_table[256];85 return mipi_syst_crc_table[((int) crc ^ b) & 0xff] ^ (crc >> 8);
48 const mipi_syst_u32 mipi_syst_crc_table[256] = { variable