Searched refs:P_CRC7 (Results 1 – 1 of 1) sorted by relevance
299 #define P_CRC7 0x89 in init_crc7tab() macro307 crc = (c & 0x80) ? c ^ P_CRC7 : c; in init_crc7tab()313 crc = crc ^ P_CRC7; in init_crc7tab()