Lines Matching defs:parity
1195 /* With CMSPAR, PARODD also means high parity (same as termios) */
1400 port->icount.parity++;
1497 int *baud, int *parity, int *bits, int *flow)
1526 *parity = 'n';
1528 *parity = mr1 & MPC52xx_PSC_MODE_PARODD ? 'o' : 'e';
1576 int parity = 'n';
1626 uart_parse_options(options, &baud, &parity, &bits, &flow);
1628 mpc52xx_console_get_options(port, &baud, &parity, &bits, &flow);
1631 baud, bits, parity, flow);
1633 return uart_set_options(port, co, baud, parity, bits, flow);