Lines Matching defs:parity
201 sport->port.icount.parity++;
448 * If we're ignoring parity and break indicators,
473 /* set the parity, stop bits and data size */
717 int *parity, int *bits)
728 *parity = 'n';
731 *parity = 'e';
733 *parity = 'o';
753 int parity = 'n';
766 uart_parse_options(options, &baud, &parity, &bits, &flow);
768 sa1100_console_get_options(sport, &baud, &parity, &bits);
770 return uart_set_options(&sport->port, co, baud, parity, bits, flow);