Home
last modified time | relevance | path

Searched refs:PARITY_CRC16_PR1_CCITT (Results 1 – 22 of 22) sorted by relevance

/linux-4.4.14/include/uapi/linux/hdlc/
Dioctl.h27 #define PARITY_CRC16_PR1_CCITT 5 /* CRC16, initial 0xFFFF, ITU-T version */ macro
/linux-4.4.14/drivers/net/wan/
Dhdlc_raw.c74 new_settings.parity = PARITY_CRC16_PR1_CCITT; in raw_ioctl()
Dhdlc_raw_eth.c89 new_settings.parity = PARITY_CRC16_PR1_CCITT; in raw_eth_ioctl()
Dhdlc_x25.c209 result=hdlc->attach(dev, ENCODING_NRZ,PARITY_CRC16_PR1_CCITT); in x25_ioctl()
Dhostess_sv11.c171 if (encoding == ENCODING_NRZ && parity == PARITY_CRC16_PR1_CCITT) in hostess_attach()
Dsealevel.c169 if (encoding == ENCODING_NRZ && parity == PARITY_CRC16_PR1_CCITT) in sealevel_attach()
Dhd64572.c446 case PARITY_CRC16_PR1_CCITT: md0 = MD0_HDLC | MD0_CRC_ITU; break; in sca_open()
509 parity != PARITY_CRC16_PR1_CCITT) in sca_attach()
Dhdlc_cisco.c368 result = hdlc->attach(dev, ENCODING_NRZ,PARITY_CRC16_PR1_CCITT); in cisco_ioctl()
Dhd64570.c482 case PARITY_CRC16_PR1_CCITT: md0 = MD0_HDLC | MD0_CRC_ITU; break; in sca_open()
556 parity != PARITY_CRC16_PR1_CCITT) in sca_attach()
Dhdlc_ppp.c671 result = hdlc->attach(dev, ENCODING_NRZ,PARITY_CRC16_PR1_CCITT); in ppp_ioctl()
Dwanxl.c330 parity != PARITY_CRC16_PR1_CCITT && in wanxl_attach()
Ddscc4.c1437 { PARITY_CRC16_PR1_CCITT, 0x00000000 }, in dscc4_crc_setting()
2016 parity != PARITY_CRC16_PR1_CCITT && in dscc4_hdlc_attach()
Dwanxlfw.S362 cmpl #PARITY_CRC16_PR1_CCITT, STATUS_PARITY(%a0)
Dhdlc_fr.c1229 result=hdlc->attach(dev, ENCODING_NRZ,PARITY_CRC16_PR1_CCITT); in fr_ioctl()
Dixp4xx_hss.c1175 case PARITY_CRC16_PR1_CCITT: in hss_hdlc_attach()
Dcosa.c631 if (encoding == ENCODING_NRZ && parity == PARITY_CRC16_PR1_CCITT) in cosa_net_attach()
Dfarsync.c2242 if (encoding != ENCODING_NRZ || parity != PARITY_CRC16_PR1_CCITT) in fst_attach()
/linux-4.4.14/drivers/net/wan/lmc/
Dlmc_main.c803 if (encoding == ENCODING_NRZ && parity == PARITY_CRC16_PR1_CCITT) in lmc_attach()
/linux-4.4.14/drivers/char/pcmcia/
Dsynclink_cs.c3928 case PARITY_CRC16_PR1_CCITT: new_crctype = HDLC_CRC_16_CCITT; break; in hdlcdev_attach()
/linux-4.4.14/drivers/tty/
Dsynclink_gt.c1461 case PARITY_CRC16_PR1_CCITT: new_crctype = HDLC_CRC_16_CCITT; break; in hdlcdev_attach()
Dsynclinkmp.c1575 case PARITY_CRC16_PR1_CCITT: new_crctype = HDLC_CRC_16_CCITT; break; in hdlcdev_attach()
Dsynclink.c7671 case PARITY_CRC16_PR1_CCITT: new_crctype = HDLC_CRC_16_CCITT; break; in hdlcdev_attach()