Home
last modified time | relevance | path

Searched refs:PARITY_CRC16_PR0_CCITT (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/uapi/linux/hdlc/
Dioctl.h26 #define PARITY_CRC16_PR0_CCITT 4 /* CRC16, initial 0x0000, ITU-T version */ macro
/linux-4.1.27/drivers/net/wan/
Dhd64570.c481 case PARITY_CRC16_PR0_CCITT: md0 = MD0_HDLC | MD0_CRC_ITU_0; break; in sca_open()
555 parity != PARITY_CRC16_PR0_CCITT && in sca_attach()
Ddscc4.c939 dpriv->parity = PARITY_CRC16_PR0_CCITT; in dscc4_found1()
1439 { PARITY_CRC16_PR0_CCITT, 0x00000010 }, in dscc4_crc_setting()
2018 parity != PARITY_CRC16_PR0_CCITT && in dscc4_hdlc_attach()
Dwanxl.c332 parity != PARITY_CRC16_PR0_CCITT) in wanxl_attach()
Dwanxlfw.S382 cmpl #PARITY_CRC16_PR0_CCITT, STATUS_PARITY(%a0)