Searched refs:PARITY_CRC16_PR1_CCITT (Results 1 – 22 of 22) sorted by relevance
| /Linux-v5.4/include/uapi/linux/hdlc/ |
| D | ioctl.h | 28 #define PARITY_CRC16_PR1_CCITT 5 /* CRC16, initial 0xFFFF, ITU-T version */ macro
|
| /Linux-v5.4/drivers/net/wan/ |
| D | hdlc_raw.c | 71 new_settings.parity = PARITY_CRC16_PR1_CCITT; in raw_ioctl()
|
| D | hdlc_raw_eth.c | 87 new_settings.parity = PARITY_CRC16_PR1_CCITT; in raw_eth_ioctl()
|
| D | hdlc_x25.c | 206 result=hdlc->attach(dev, ENCODING_NRZ,PARITY_CRC16_PR1_CCITT); in x25_ioctl()
|
| D | hostess_sv11.c | 172 if (encoding == ENCODING_NRZ && parity == PARITY_CRC16_PR1_CCITT) in hostess_attach()
|
| D | sealevel.c | 164 if (encoding == ENCODING_NRZ && parity == PARITY_CRC16_PR1_CCITT) in sealevel_attach()
|
| D | hd64572.c | 443 case PARITY_CRC16_PR1_CCITT: md0 = MD0_HDLC | MD0_CRC_ITU; break; in sca_open() 506 parity != PARITY_CRC16_PR1_CCITT) in sca_attach()
|
| D | hdlc_cisco.c | 361 result = hdlc->attach(dev, ENCODING_NRZ,PARITY_CRC16_PR1_CCITT); in cisco_ioctl()
|
| D | hd64570.c | 479 case PARITY_CRC16_PR1_CCITT: md0 = MD0_HDLC | MD0_CRC_ITU; break; in sca_open() 553 parity != PARITY_CRC16_PR1_CCITT) in sca_attach()
|
| D | wanxl.c | 327 parity != PARITY_CRC16_PR1_CCITT && in wanxl_attach()
|
| D | hdlc_ppp.c | 669 result = hdlc->attach(dev, ENCODING_NRZ,PARITY_CRC16_PR1_CCITT); in ppp_ioctl()
|
| D | wanxlfw.S | 360 cmpl #PARITY_CRC16_PR1_CCITT, STATUS_PARITY(%a0)
|
| D | hdlc_fr.c | 1226 result=hdlc->attach(dev, ENCODING_NRZ,PARITY_CRC16_PR1_CCITT); in fr_ioctl()
|
| D | ixp4xx_hss.c | 1172 case PARITY_CRC16_PR1_CCITT: in hss_hdlc_attach()
|
| D | fsl_ucc_hdlc.c | 835 parity != PARITY_CRC16_PR1_CCITT) in ucc_hdlc_attach()
|
| D | cosa.c | 617 if (encoding == ENCODING_NRZ && parity == PARITY_CRC16_PR1_CCITT) in cosa_net_attach()
|
| D | farsync.c | 2236 if (encoding != ENCODING_NRZ || parity != PARITY_CRC16_PR1_CCITT) in fst_attach()
|
| /Linux-v5.4/drivers/net/wan/lmc/ |
| D | lmc_main.c | 793 if (encoding == ENCODING_NRZ && parity == PARITY_CRC16_PR1_CCITT) in lmc_attach()
|
| /Linux-v5.4/drivers/char/pcmcia/ |
| D | synclink_cs.c | 3902 case PARITY_CRC16_PR1_CCITT: new_crctype = HDLC_CRC_16_CCITT; break; in hdlcdev_attach()
|
| /Linux-v5.4/drivers/tty/ |
| D | synclink_gt.c | 1433 case PARITY_CRC16_PR1_CCITT: new_crctype = HDLC_CRC_16_CCITT; break; in hdlcdev_attach()
|
| D | synclinkmp.c | 1556 case PARITY_CRC16_PR1_CCITT: new_crctype = HDLC_CRC_16_CCITT; break; in hdlcdev_attach()
|
| D | synclink.c | 7586 case PARITY_CRC16_PR1_CCITT: new_crctype = HDLC_CRC_16_CCITT; break; in hdlcdev_attach()
|