Lines Matching defs:parity
392 /* set parity for normal/inverse mode + max iterations */
744 * Deal with parity, framing and overrun errors.
757 port->icount.parity++;
1566 port->icount.parity++;
2154 /* reset the mode, clock divisor, parity, stop bits and data size */
2180 /* parity */
2182 /* Mark or Space parity */
2216 * If we're ignoring parity and break indicators,
2313 /* set the mode, clock divisor, parity, stop bits and data size */
2612 int *parity, int *bits)
2632 *parity = 'e';
2634 *parity = 'o';
2646 int parity = 'n';
2664 uart_parse_options(options, &baud, &parity, &bits, &flow);
2666 atmel_console_get_options(port, &baud, &parity, &bits);
2668 return uart_set_options(port, co, baud, parity, bits, flow);