Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dsynclink.h84 #define HDLC_CRC_16_CCITT 1 macro
/linux/drivers/tty/
H A Dsynclink_gt.c333 .crc_type = HDLC_CRC_16_CCITT,
1370 case PARITY_CRC16_PR1_CCITT: new_crctype = HDLC_CRC_16_CCITT; break; in hdlcdev_attach()
4195 case HDLC_CRC_16_CCITT: val |= BIT9; break; in sync_mode()
4268 case HDLC_CRC_16_CCITT: val |= BIT9; break; in sync_mode()
4529 case HDLC_CRC_16_CCITT: crc_size = 2; break; in rx_get_frame()