Searched refs:HDLC_CRC_32_CCITT (Results 1 – 5 of 5) sorted by relevance
85 #define HDLC_CRC_32_CCITT 2 macro
1443 case PARITY_CRC32_PR1_CCITT: new_crctype = HDLC_CRC_32_CCITT; break; in hdlcdev_attach()4296 case HDLC_CRC_32_CCITT: val |= BIT9 + BIT8; break; in sync_mode()4369 case HDLC_CRC_32_CCITT: val |= BIT9 + BIT8; break; in sync_mode()4630 case HDLC_CRC_32_CCITT: crc_size = 4; break; in rx_get_frame()
4732 else if ( (info->params.crc_type & HDLC_CRC_MASK) == HDLC_CRC_32_CCITT ) in usc_set_sdlc_mode()4807 else if ( (info->params.crc_type & HDLC_CRC_MASK) == HDLC_CRC_32_CCITT ) in usc_set_sdlc_mode()6574 else if ( info->params.crc_type == HDLC_CRC_32_CCITT ) in mgsl_get_rx_frame()7642 case PARITY_CRC32_PR1_CCITT: new_crctype = HDLC_CRC_32_CCITT; break; in hdlcdev_attach()
1558 case PARITY_CRC32_PR1_CCITT: new_crctype = HDLC_CRC_32_CCITT; break; in hdlcdev_attach()
3132 if (info->params.crc_type == HDLC_CRC_32_CCITT) in hdlc_mode()3904 case PARITY_CRC32_PR1_CCITT: new_crctype = HDLC_CRC_32_CCITT; break; in hdlcdev_attach()