Home
last modified time | relevance | path

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

/linux/include/uapi/linux/hdlc/
H A Dioctl.h24 #define PARITY_NONE 1 /* No parity */ macro
/linux/drivers/net/wan/
H A Dhd64572.c506 if (parity != PARITY_NONE && in sca_attach()
H A Dwanxl.c334 if (parity != PARITY_NONE && in wanxl_attach()
H A Dwanxlfw.S321 cmpl #PARITY_NONE, STATUS_PARITY(%a0)
H A Dhd64570.c560 if (parity != PARITY_NONE && in sca_attach()
/linux/drivers/tty/
H A Dsynclink_gt.c1369 case PARITY_NONE: new_crctype = HDLC_CRC_NONE; break; in hdlcdev_attach()