Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsynclink.h84 #define HDLC_CRC_16_CCITT 1 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dsynclink.h84 #define HDLC_CRC_16_CCITT 1 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dsynclink.h84 #define HDLC_CRC_16_CCITT 1 macro
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dsynclink_gt.c337 .crc_type = HDLC_CRC_16_CCITT,
1378 case PARITY_CRC16_PR1_CCITT: new_crctype = HDLC_CRC_16_CCITT; break; in hdlcdev_attach()
4234 case HDLC_CRC_16_CCITT: val |= BIT9; break; in sync_mode()
4307 case HDLC_CRC_16_CCITT: val |= BIT9; break; in sync_mode()
4568 case HDLC_CRC_16_CCITT: crc_size = 2; break; in rx_get_frame()
H A Dsynclink.c120 HDLC_CRC_16_CCITT, /* unsigned short crc_type; */
4602 if ( (info->params.crc_type & HDLC_CRC_MASK) == HDLC_CRC_16_CCITT ) in usc_set_sdlc_mode()
4674 if ( (info->params.crc_type & HDLC_CRC_MASK) == HDLC_CRC_16_CCITT ) in usc_set_sdlc_mode()
6392 if ( info->params.crc_type == HDLC_CRC_16_CCITT ) in mgsl_get_rx_frame()
7455 case PARITY_CRC16_PR1_CCITT: new_crctype = HDLC_CRC_16_CCITT; break; in hdlcdev_attach()
H A Dsynclinkmp.c91 HDLC_CRC_16_CCITT, /* unsigned short crc_type; */
1556 case PARITY_CRC16_PR1_CCITT: new_crctype = HDLC_CRC_16_CCITT; break; in hdlcdev_attach()
4528 if (info->params.crc_type == HDLC_CRC_16_CCITT) in hdlc_mode()
/OK3568_Linux_fs/kernel/drivers/char/pcmcia/
H A Dsynclink_cs.c96 HDLC_CRC_16_CCITT, /* unsigned short crc_type; */
3902 case PARITY_CRC16_PR1_CCITT: new_crctype = HDLC_CRC_16_CCITT; break; in hdlcdev_attach()