Home
last modified time | relevance | path

Searched refs:PARITY_CRC32_PR1_CCITT (Results 1 – 6 of 6) sorted by relevance

/linux/include/uapi/linux/hdlc/
H A Dioctl.h30 #define PARITY_CRC32_PR1_CCITT 7 /* CRC32, initial value 0xFFFFFFFF */ macro
/linux/drivers/net/wan/
H A Dhd64572.c443 case PARITY_CRC32_PR1_CCITT: in sca_open()
509 parity != PARITY_CRC32_PR1_CCITT && in sca_attach()
H A Dwanxl.c335 parity != PARITY_CRC32_PR1_CCITT && in wanxl_attach()
H A Dfsl_qmc_hdlc.c689 case PARITY_CRC32_PR1_CCITT: in qmc_hdlc_attach()
H A Dwanxlfw.S370 cmpl #PARITY_CRC32_PR1_CCITT, STATUS_PARITY(%a0)
/linux/drivers/tty/
H A Dsynclink_gt.c1371 case PARITY_CRC32_PR1_CCITT: new_crctype = HDLC_CRC_32_CCITT; break; in hdlcdev_attach()