Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dsynclink.h85 #define HDLC_CRC_32_CCITT 2 macro
/linux/drivers/tty/
H A Dsynclink_gt.c1371 case PARITY_CRC32_PR1_CCITT: new_crctype = HDLC_CRC_32_CCITT; break; in hdlcdev_attach()
4196 case HDLC_CRC_32_CCITT: val |= BIT9 + BIT8; break; in sync_mode()
4269 case HDLC_CRC_32_CCITT: val |= BIT9 + BIT8; break; in sync_mode()
4530 case HDLC_CRC_32_CCITT: crc_size = 4; break; in rx_get_frame()