Lines Matching defs:parity
97 ASYNC_PARITY_NONE /* unsigned char parity; */
164 u16 read_status_mask2; /* parity/framing/overun (SR2 indications) */
166 unsigned char ignore_status_mask2; /* parity/framing/overun (SR2 indications) */
1325 icount->parity = cnow.parity;
1391 if (info->icount.parity)
1392 seq_printf(m, " pe:%d", info->icount.parity);
1526 * @parity: FCS setting
1533 unsigned short parity)
1553 switch (parity)
2159 icount->parity++;
2190 printk("%s(%d):%s rx=%d brk=%d parity=%d frame=%d overrun=%d\n",
2192 icount->rx,icount->brk,icount->parity,
2750 /* byte size and parity */
2766 info->params.parity = ASYNC_PARITY_NONE;
2769 info->params.parity = ASYNC_PARITY_ODD;
2771 info->params.parity = ASYNC_PARITY_EVEN;
2774 info->params.parity = ASYNC_PARITY_SPACE;
2812 /* If ignoring parity and break indicators, ignore
4396 if (info->params.parity != ASYNC_PARITY_NONE) {
4398 if (info->params.parity == ASYNC_PARITY_ODD)
4537 * 01..00 PMPM<1..0>, Parity mode, 00=no parity