Lines Matching defs:parity
290 /* and the parity is enabled */
910 sport->port.icount.parity++;
998 sport->port.icount.parity++;
1127 sport->port.icount.parity++;
1146 sport->port.icount.parity++;
1150 * At this point parity/framing error is
2035 /* parity must be enabled when CS7 to match 8-bits format */
2087 * if we're ignoring parity and break indicators,
2273 /* parity must be enabled when CS7 to match 8-bits format */
2322 * if we're ignoring parity and break indicators,
2537 int *parity, int *bits)
2551 *parity = 'n';
2554 *parity = 'o';
2556 *parity = 'e';
2586 int *parity, int *bits)
2600 *parity = 'n';
2603 *parity = 'o';
2605 *parity = 'e';
2635 int parity = 'n';
2651 uart_parse_options(options, &baud, &parity, &bits, &flow);
2654 lpuart32_console_get_options(sport, &baud, &parity, &bits);
2656 lpuart_console_get_options(sport, &baud, &parity, &bits);
2663 return uart_set_options(&sport->port, co, baud, parity, bits, flow);