Searched refs:HDLC_CRC_16_CCITT (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dsynclink.h84 #define HDLC_CRC_16_CCITT 1 macro
/linux-master/drivers/tty/
H A Dsynclink_gt.c332 .crc_type = HDLC_CRC_16_CCITT,
1369 case PARITY_CRC16_PR1_CCITT: new_crctype = HDLC_CRC_16_CCITT; break;
4194 case HDLC_CRC_16_CCITT: val |= BIT9; break;
4267 case HDLC_CRC_16_CCITT: val |= BIT9; break;
4528 case HDLC_CRC_16_CCITT: crc_size = 2; break;

Completed in 188 milliseconds