Lines Matching defs:parity
1196 /* With CMSPAR, PARODD also means high parity (same as termios) */
1401 port->icount.parity++;
1531 int *baud, int *parity, int *bits, int *flow)
1560 *parity = 'n';
1562 *parity = mr1 & MPC52xx_PSC_MODE_PARODD ? 'o' : 'e';
1610 int parity = 'n';
1660 uart_parse_options(options, &baud, &parity, &bits, &flow);
1662 mpc52xx_console_get_options(port, &baud, &parity, &bits, &flow);
1665 baud, bits, parity, flow);
1667 return uart_set_options(port, co, baud, parity, bits, flow);