Searched refs:PARITY_CRC16_PR1_CCITT (Results 1 – 22 of 22) sorted by relevance
/linux-4.4.14/include/uapi/linux/hdlc/ |
D | ioctl.h | 27 #define PARITY_CRC16_PR1_CCITT 5 /* CRC16, initial 0xFFFF, ITU-T version */ macro
|
/linux-4.4.14/drivers/net/wan/ |
D | hdlc_raw.c | 74 new_settings.parity = PARITY_CRC16_PR1_CCITT; in raw_ioctl()
|
D | hdlc_raw_eth.c | 89 new_settings.parity = PARITY_CRC16_PR1_CCITT; in raw_eth_ioctl()
|
D | hdlc_x25.c | 209 result=hdlc->attach(dev, ENCODING_NRZ,PARITY_CRC16_PR1_CCITT); in x25_ioctl()
|
D | hostess_sv11.c | 171 if (encoding == ENCODING_NRZ && parity == PARITY_CRC16_PR1_CCITT) in hostess_attach()
|
D | sealevel.c | 169 if (encoding == ENCODING_NRZ && parity == PARITY_CRC16_PR1_CCITT) in sealevel_attach()
|
D | hd64572.c | 446 case PARITY_CRC16_PR1_CCITT: md0 = MD0_HDLC | MD0_CRC_ITU; break; in sca_open() 509 parity != PARITY_CRC16_PR1_CCITT) in sca_attach()
|
D | hdlc_cisco.c | 368 result = hdlc->attach(dev, ENCODING_NRZ,PARITY_CRC16_PR1_CCITT); in cisco_ioctl()
|
D | hd64570.c | 482 case PARITY_CRC16_PR1_CCITT: md0 = MD0_HDLC | MD0_CRC_ITU; break; in sca_open() 556 parity != PARITY_CRC16_PR1_CCITT) in sca_attach()
|
D | hdlc_ppp.c | 671 result = hdlc->attach(dev, ENCODING_NRZ,PARITY_CRC16_PR1_CCITT); in ppp_ioctl()
|
D | wanxl.c | 330 parity != PARITY_CRC16_PR1_CCITT && in wanxl_attach()
|
D | dscc4.c | 1437 { PARITY_CRC16_PR1_CCITT, 0x00000000 }, in dscc4_crc_setting() 2016 parity != PARITY_CRC16_PR1_CCITT && in dscc4_hdlc_attach()
|
D | wanxlfw.S | 362 cmpl #PARITY_CRC16_PR1_CCITT, STATUS_PARITY(%a0)
|
D | hdlc_fr.c | 1229 result=hdlc->attach(dev, ENCODING_NRZ,PARITY_CRC16_PR1_CCITT); in fr_ioctl()
|
D | ixp4xx_hss.c | 1175 case PARITY_CRC16_PR1_CCITT: in hss_hdlc_attach()
|
D | cosa.c | 631 if (encoding == ENCODING_NRZ && parity == PARITY_CRC16_PR1_CCITT) in cosa_net_attach()
|
D | farsync.c | 2242 if (encoding != ENCODING_NRZ || parity != PARITY_CRC16_PR1_CCITT) in fst_attach()
|
/linux-4.4.14/drivers/net/wan/lmc/ |
D | lmc_main.c | 803 if (encoding == ENCODING_NRZ && parity == PARITY_CRC16_PR1_CCITT) in lmc_attach()
|
/linux-4.4.14/drivers/char/pcmcia/ |
D | synclink_cs.c | 3928 case PARITY_CRC16_PR1_CCITT: new_crctype = HDLC_CRC_16_CCITT; break; in hdlcdev_attach()
|
/linux-4.4.14/drivers/tty/ |
D | synclink_gt.c | 1461 case PARITY_CRC16_PR1_CCITT: new_crctype = HDLC_CRC_16_CCITT; break; in hdlcdev_attach()
|
D | synclinkmp.c | 1575 case PARITY_CRC16_PR1_CCITT: new_crctype = HDLC_CRC_16_CCITT; break; in hdlcdev_attach()
|
D | synclink.c | 7671 case PARITY_CRC16_PR1_CCITT: new_crctype = HDLC_CRC_16_CCITT; break; in hdlcdev_attach()
|