Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/hdlc/
Dioctl.h27 #define PARITY_CRC16_PR1_CCITT 5 /* CRC16, initial 0xFFFF, ITU-T version */ macro
/linux-2.6.39/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.c211 result=hdlc->attach(dev, ENCODING_NRZ,PARITY_CRC16_PR1_CCITT); in x25_ioctl()
Dhostess_sv11.c169 if (encoding == ENCODING_NRZ && parity == PARITY_CRC16_PR1_CCITT) in hostess_attach()
Dsealevel.c167 if (encoding == ENCODING_NRZ && parity == PARITY_CRC16_PR1_CCITT) in sealevel_attach()
Dhd64572.c448 case PARITY_CRC16_PR1_CCITT: md0 = MD0_HDLC | MD0_CRC_ITU; break; in sca_open()
511 parity != PARITY_CRC16_PR1_CCITT) in sca_attach()
Dhd64570.c484 case PARITY_CRC16_PR1_CCITT: md0 = MD0_HDLC | MD0_CRC_ITU; break; in sca_open()
558 parity != PARITY_CRC16_PR1_CCITT) in sca_attach()
Dhdlc_cisco.c373 result = hdlc->attach(dev, ENCODING_NRZ,PARITY_CRC16_PR1_CCITT); in cisco_ioctl()
Dhdlc_ppp.c672 result = hdlc->attach(dev, ENCODING_NRZ,PARITY_CRC16_PR1_CCITT); in ppp_ioctl()
Dwanxl.c328 parity != PARITY_CRC16_PR1_CCITT && in wanxl_attach()
Dwanxlfw.S361 cmpl #PARITY_CRC16_PR1_CCITT, STATUS_PARITY(%a0)
Ddscc4.c1447 { PARITY_CRC16_PR1_CCITT, 0x00000000 }, in dscc4_crc_setting()
2029 parity != PARITY_CRC16_PR1_CCITT && in dscc4_hdlc_attach()
Dhdlc_fr.c1243 result=hdlc->attach(dev, ENCODING_NRZ,PARITY_CRC16_PR1_CCITT); in fr_ioctl()
Dixp4xx_hss.c1174 case PARITY_CRC16_PR1_CCITT: in hss_hdlc_attach()
Dpc300_drv.c2874 case PARITY_CRC16_PR1_CCITT: in ch_config()
3079 parity != PARITY_CRC16_PR1_CCITT) { in cpc_attach()
3327 chan->conf.proto_settings.parity = PARITY_CRC16_PR1_CCITT; in cpc_init_card()
Dcosa.c632 if (encoding == ENCODING_NRZ && parity == PARITY_CRC16_PR1_CCITT) in cosa_net_attach()
Dfarsync.c2248 if (encoding != ENCODING_NRZ || parity != PARITY_CRC16_PR1_CCITT) in fst_attach()
/linux-2.6.39/drivers/net/wan/lmc/
Dlmc_main.c805 if (encoding == ENCODING_NRZ && parity == PARITY_CRC16_PR1_CCITT) in lmc_attach()
/linux-2.6.39/drivers/char/pcmcia/
Dsynclink_cs.c3912 case PARITY_CRC16_PR1_CCITT: new_crctype = HDLC_CRC_16_CCITT; break; in hdlcdev_attach()
/linux-2.6.39/drivers/tty/
Dsynclinkmp.c1577 case PARITY_CRC16_PR1_CCITT: new_crctype = HDLC_CRC_16_CCITT; break; in hdlcdev_attach()
Dsynclink_gt.c1472 case PARITY_CRC16_PR1_CCITT: new_crctype = HDLC_CRC_16_CCITT; break; in hdlcdev_attach()
Dsynclink.c7677 case PARITY_CRC16_PR1_CCITT: new_crctype = HDLC_CRC_16_CCITT; break; in hdlcdev_attach()