Lines Matching defs:parity
254 sport->icount.parity++;
345 * PCE = 0x0; - No parity
461 /* parity must be enabled when CS7 to match 8-bits format */
497 * if we're ignoring parity and break indicators,
664 linflex_console_get_options(struct uart_port *sport, int *parity, int *bits)
676 *parity = 'n';
679 *parity = 'o';
681 *parity = 'e';
697 int parity = 'n';
715 uart_parse_options(options, &baud, &parity, &bits, &flow);
717 linflex_console_get_options(sport, &parity, &bits);
735 ret = uart_set_options(sport, co, baud, parity, bits, flow);