Lines Matching defs:parity
398 /* set parity for normal/inverse mode + max iterations */
757 * Deal with parity, framing and overrun errors.
770 port->icount.parity++;
1550 port->icount.parity++;
2134 /* reset the mode, clock divisor, parity, stop bits and data size */
2163 /* parity */
2165 /* Mark or Space parity */
2199 * If we're ignoring parity and break indicators,
2346 /* set the mode, clock divisor, parity, stop bits and data size */
2635 int *parity, int *bits)
2655 *parity = 'e';
2657 *parity = 'o';
2668 int parity = 'n';
2682 uart_parse_options(options, &baud, &parity, &bits, &flow);
2684 atmel_console_get_options(port, &baud, &parity, &bits);
2686 return uart_set_options(port, co, baud, parity, bits, flow);