Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Dsynclink.h85 #define HDLC_CRC_32_CCITT 2 macro
/Linux-v6.1/drivers/tty/
Dsynclink_gt.c1372 case PARITY_CRC32_PR1_CCITT: new_crctype = HDLC_CRC_32_CCITT; break; in hdlcdev_attach()
4213 case HDLC_CRC_32_CCITT: val |= BIT9 + BIT8; break; in sync_mode()
4286 case HDLC_CRC_32_CCITT: val |= BIT9 + BIT8; break; in sync_mode()
4547 case HDLC_CRC_32_CCITT: crc_size = 4; break; in rx_get_frame()
/Linux-v6.1/drivers/char/pcmcia/
Dsynclink_cs.c3124 if (info->params.crc_type == HDLC_CRC_32_CCITT) in hdlc_mode()
3896 case PARITY_CRC32_PR1_CCITT: new_crctype = HDLC_CRC_32_CCITT; break; in hdlcdev_attach()