Lines Matching defs:parity
255 sport->icount.parity++;
346 * PCE = 0x0; - No parity
462 /* parity must be enabled when CS7 to match 8-bits format */
498 * if we're ignoring parity and break indicators,
665 linflex_console_get_options(struct uart_port *sport, int *parity, int *bits)
677 *parity = 'n';
680 *parity = 'o';
682 *parity = 'e';
698 int parity = 'n';
716 uart_parse_options(options, &baud, &parity, &bits, &flow);
718 linflex_console_get_options(sport, &parity, &bits);
736 ret = uart_set_options(sport, co, baud, parity, bits, flow);