Home
last modified time | relevance | path

Searched refs:crc_type (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dsynclink.h26 unsigned short crc_type; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsynclink.h159 unsigned short crc_type; /* None, CRC16-CCITT, or CRC32-CCITT */ member
/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.h159 unsigned short crc_type; /* None, CRC16-CCITT, or CRC32-CCITT */ member
/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.h159 unsigned short crc_type; /* None, CRC16-CCITT, or CRC32-CCITT */ member
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dsynclink_gt.c337 .crc_type = HDLC_CRC_16_CCITT,
1084 tmp_params.crc_type = info->params.crc_type; in get_params32()
1114 info->params.crc_type = tmp_params.crc_type; in set_params32()
1384 info->params.crc_type = new_crctype; in hdlcdev_attach()
4232 switch (info->params.crc_type & HDLC_CRC_MASK) in sync_mode()
4305 switch (info->params.crc_type & HDLC_CRC_MASK) in sync_mode()
4567 switch (info->params.crc_type & HDLC_CRC_MASK) { in rx_get_frame()
4615 if ((info->params.crc_type & HDLC_CRC_MASK) == HDLC_CRC_NONE) in rx_get_frame()
4629 if (!(info->params.crc_type & HDLC_CRC_RETURN_EX)) in rx_get_frame()
4645 if (!(info->params.crc_type & HDLC_CRC_RETURN_EX)) { in rx_get_frame()
[all …]
H A Dsynclink.c4602 if ( (info->params.crc_type & HDLC_CRC_MASK) == HDLC_CRC_16_CCITT ) in usc_set_sdlc_mode()
4604 else if ( (info->params.crc_type & HDLC_CRC_MASK) == HDLC_CRC_32_CCITT ) in usc_set_sdlc_mode()
4674 if ( (info->params.crc_type & HDLC_CRC_MASK) == HDLC_CRC_16_CCITT ) in usc_set_sdlc_mode()
4676 else if ( (info->params.crc_type & HDLC_CRC_MASK) == HDLC_CRC_32_CCITT ) in usc_set_sdlc_mode()
6369 if ( info->params.crc_type & HDLC_CRC_RETURN_EX ) in mgsl_get_rx_frame()
6392 if ( info->params.crc_type == HDLC_CRC_16_CCITT ) in mgsl_get_rx_frame()
6394 else if ( info->params.crc_type == HDLC_CRC_32_CCITT ) in mgsl_get_rx_frame()
6407 if ( ( (info->params.crc_type & HDLC_CRC_RETURN_EX) && in mgsl_get_rx_frame()
6436 if ( info->params.crc_type & HDLC_CRC_RETURN_EX ) { in mgsl_get_rx_frame()
7461 info->params.crc_type = new_crctype; in hdlcdev_attach()
H A Dsynclinkmp.c1562 info->params.crc_type = new_crctype; in hdlcdev_attach()
4528 if (info->params.crc_type == HDLC_CRC_16_CCITT) in hdlc_mode()
4890 if (info->params.crc_type == HDLC_CRC_NONE) in rx_get_frame()
/OK3568_Linux_fs/kernel/arch/mips/crypto/
H A Dcrc32-mips.c25 enum crc_type { enum
/OK3568_Linux_fs/kernel/drivers/char/pcmcia/
H A Dsynclink_cs.c3131 if (info->params.crc_type == HDLC_CRC_32_CCITT) in hdlc_mode()
3150 if (info->params.crc_type == HDLC_CRC_NONE) in hdlc_mode()
3660 if (info->params.crc_type & HDLC_CRC_RETURN_EX) in rx_get_frame()
3684 if ((info->params.crc_type & HDLC_CRC_RETURN_EX && in rx_get_frame()
3692 if (info->params.crc_type & HDLC_CRC_RETURN_EX) { in rx_get_frame()
3908 info->params.crc_type = new_crctype; in hdlcdev_attach()