Lines Matching defs:parity
200 sport->port.icount.parity++;
475 * If we're ignoring parity and break indicators,
500 /* set the parity, stop bits and data size */
744 int *parity, int *bits)
755 *parity = 'n';
758 *parity = 'e';
760 *parity = 'o';
780 int parity = 'n';
793 uart_parse_options(options, &baud, &parity, &bits, &flow);
795 sa1100_console_get_options(sport, &baud, &parity, &bits);
797 return uart_set_options(&sport->port, co, baud, parity, bits, flow);