Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dsynclink.h84 #define HDLC_CRC_32_CCITT 2 macro
/linux-4.1.27/drivers/tty/
Dsynclink_gt.c1471 case PARITY_CRC32_PR1_CCITT: new_crctype = HDLC_CRC_32_CCITT; break; in hdlcdev_attach()
4328 case HDLC_CRC_32_CCITT: val |= BIT9 + BIT8; break; in sync_mode()
4401 case HDLC_CRC_32_CCITT: val |= BIT9 + BIT8; break; in sync_mode()
4662 case HDLC_CRC_32_CCITT: crc_size = 4; break; in rx_get_frame()
Dsynclink.c4771 else if ( (info->params.crc_type & HDLC_CRC_MASK) == HDLC_CRC_32_CCITT ) in usc_set_sdlc_mode()
4846 else if ( (info->params.crc_type & HDLC_CRC_MASK) == HDLC_CRC_32_CCITT ) in usc_set_sdlc_mode()
6613 else if ( info->params.crc_type == HDLC_CRC_32_CCITT ) in mgsl_get_rx_frame()
7681 case PARITY_CRC32_PR1_CCITT: new_crctype = HDLC_CRC_32_CCITT; break; in hdlcdev_attach()
Dsynclinkmp.c1585 case PARITY_CRC32_PR1_CCITT: new_crctype = HDLC_CRC_32_CCITT; break; in hdlcdev_attach()
/linux-4.1.27/drivers/char/pcmcia/
Dsynclink_cs.c3166 if (info->params.crc_type == HDLC_CRC_32_CCITT) in hdlc_mode()
3938 case PARITY_CRC32_PR1_CCITT: new_crctype = HDLC_CRC_32_CCITT; break; in hdlcdev_attach()