Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dsynclink.h84 #define HDLC_CRC_16_CCITT 1 macro
/Linux-v5.15/drivers/tty/
Dsynclink_gt.c337 .crc_type = HDLC_CRC_16_CCITT,
1377 case PARITY_CRC16_PR1_CCITT: new_crctype = HDLC_CRC_16_CCITT; break; in hdlcdev_attach()
4217 case HDLC_CRC_16_CCITT: val |= BIT9; break; in sync_mode()
4290 case HDLC_CRC_16_CCITT: val |= BIT9; break; in sync_mode()
4551 case HDLC_CRC_16_CCITT: crc_size = 2; break; in rx_get_frame()
/Linux-v5.15/drivers/char/pcmcia/
Dsynclink_cs.c96 HDLC_CRC_16_CCITT, /* unsigned short crc_type; */
3892 case PARITY_CRC16_PR1_CCITT: new_crctype = HDLC_CRC_16_CCITT; break; in hdlcdev_attach()