Searched refs:PARITY_CRC16_PR1_CCITT (Results 1 – 23 of 23) sorted by relevance
/linux-2.6.39/include/linux/hdlc/ |
D | ioctl.h | 27 #define PARITY_CRC16_PR1_CCITT 5 /* CRC16, initial 0xFFFF, ITU-T version */ macro
|
/linux-2.6.39/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 | 211 result=hdlc->attach(dev, ENCODING_NRZ,PARITY_CRC16_PR1_CCITT); in x25_ioctl()
|
D | hostess_sv11.c | 169 if (encoding == ENCODING_NRZ && parity == PARITY_CRC16_PR1_CCITT) in hostess_attach()
|
D | sealevel.c | 167 if (encoding == ENCODING_NRZ && parity == PARITY_CRC16_PR1_CCITT) in sealevel_attach()
|
D | hd64572.c | 448 case PARITY_CRC16_PR1_CCITT: md0 = MD0_HDLC | MD0_CRC_ITU; break; in sca_open() 511 parity != PARITY_CRC16_PR1_CCITT) in sca_attach()
|
D | hd64570.c | 484 case PARITY_CRC16_PR1_CCITT: md0 = MD0_HDLC | MD0_CRC_ITU; break; in sca_open() 558 parity != PARITY_CRC16_PR1_CCITT) in sca_attach()
|
D | hdlc_cisco.c | 373 result = hdlc->attach(dev, ENCODING_NRZ,PARITY_CRC16_PR1_CCITT); in cisco_ioctl()
|
D | hdlc_ppp.c | 672 result = hdlc->attach(dev, ENCODING_NRZ,PARITY_CRC16_PR1_CCITT); in ppp_ioctl()
|
D | wanxl.c | 328 parity != PARITY_CRC16_PR1_CCITT && in wanxl_attach()
|
D | wanxlfw.S | 361 cmpl #PARITY_CRC16_PR1_CCITT, STATUS_PARITY(%a0)
|
D | dscc4.c | 1447 { PARITY_CRC16_PR1_CCITT, 0x00000000 }, in dscc4_crc_setting() 2029 parity != PARITY_CRC16_PR1_CCITT && in dscc4_hdlc_attach()
|
D | hdlc_fr.c | 1243 result=hdlc->attach(dev, ENCODING_NRZ,PARITY_CRC16_PR1_CCITT); in fr_ioctl()
|
D | ixp4xx_hss.c | 1174 case PARITY_CRC16_PR1_CCITT: in hss_hdlc_attach()
|
D | pc300_drv.c | 2874 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()
|
D | cosa.c | 632 if (encoding == ENCODING_NRZ && parity == PARITY_CRC16_PR1_CCITT) in cosa_net_attach()
|
D | farsync.c | 2248 if (encoding != ENCODING_NRZ || parity != PARITY_CRC16_PR1_CCITT) in fst_attach()
|
/linux-2.6.39/drivers/net/wan/lmc/ |
D | lmc_main.c | 805 if (encoding == ENCODING_NRZ && parity == PARITY_CRC16_PR1_CCITT) in lmc_attach()
|
/linux-2.6.39/drivers/char/pcmcia/ |
D | synclink_cs.c | 3912 case PARITY_CRC16_PR1_CCITT: new_crctype = HDLC_CRC_16_CCITT; break; in hdlcdev_attach()
|
/linux-2.6.39/drivers/tty/ |
D | synclinkmp.c | 1577 case PARITY_CRC16_PR1_CCITT: new_crctype = HDLC_CRC_16_CCITT; break; in hdlcdev_attach()
|
D | synclink_gt.c | 1472 case PARITY_CRC16_PR1_CCITT: new_crctype = HDLC_CRC_16_CCITT; break; in hdlcdev_attach()
|
D | synclink.c | 7677 case PARITY_CRC16_PR1_CCITT: new_crctype = HDLC_CRC_16_CCITT; break; in hdlcdev_attach()
|