Searched refs:P_CCITT (Results 1 – 1 of 1) sorted by relevance
323 #define P_CCITT 0x1021 in init_crc16tab() macro335 if ((crc ^ c) & 0x8000) crc = ( crc << 1 ) ^ P_CCITT; in init_crc16tab()