Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dsynclink.h84 #define HDLC_CRC_16_CCITT 1 macro
/Linux-v4.19/drivers/tty/
Dsynclink_gt.c363 .crc_type = HDLC_CRC_16_CCITT,
1442 case PARITY_CRC16_PR1_CCITT: new_crctype = HDLC_CRC_16_CCITT; break; in hdlcdev_attach()
4295 case HDLC_CRC_16_CCITT: val |= BIT9; break; in sync_mode()
4368 case HDLC_CRC_16_CCITT: val |= BIT9; break; in sync_mode()
4629 case HDLC_CRC_16_CCITT: crc_size = 2; break; in rx_get_frame()
Dsynclink.c120 HDLC_CRC_16_CCITT, /* unsigned short crc_type; */
4730 if ( (info->params.crc_type & HDLC_CRC_MASK) == HDLC_CRC_16_CCITT ) in usc_set_sdlc_mode()
4805 if ( (info->params.crc_type & HDLC_CRC_MASK) == HDLC_CRC_16_CCITT ) in usc_set_sdlc_mode()
6572 if ( info->params.crc_type == HDLC_CRC_16_CCITT ) in mgsl_get_rx_frame()
7641 case PARITY_CRC16_PR1_CCITT: new_crctype = HDLC_CRC_16_CCITT; break; in hdlcdev_attach()
Dsynclinkmp.c91 HDLC_CRC_16_CCITT, /* unsigned short crc_type; */
1557 case PARITY_CRC16_PR1_CCITT: new_crctype = HDLC_CRC_16_CCITT; break; in hdlcdev_attach()
4532 if (info->params.crc_type == HDLC_CRC_16_CCITT) in hdlc_mode()
/Linux-v4.19/drivers/char/pcmcia/
Dsynclink_cs.c96 HDLC_CRC_16_CCITT, /* unsigned short crc_type; */
3903 case PARITY_CRC16_PR1_CCITT: new_crctype = HDLC_CRC_16_CCITT; break; in hdlcdev_attach()