Lines Matching defs:parity
359 * PCE = 0x0; - No parity
475 /* parity must be enabled when CS7 to match 8-bits format */
511 * if we're ignoring parity and break indicators,
678 linflex_console_get_options(struct uart_port *sport, int *parity, int *bits)
690 *parity = 'n';
693 *parity = 'o';
695 *parity = 'e';
711 int parity = 'n';
729 uart_parse_options(options, &baud, &parity, &bits, &flow);
731 linflex_console_get_options(sport, &parity, &bits);
749 ret = uart_set_options(sport, co, baud, parity, bits, flow);