Lines Matching defs:parity
151 #define UTS_FRCPERR (1<<13) /* Force parity error */
856 sport->port.icount.parity++;
1293 sport->port.icount.parity++;
1732 * If we're ignoring parity and break indicators,
2043 int *parity, int *bits)
2054 *parity = 'n';
2057 *parity = 'o';
2059 *parity = 'e';
2106 int parity = 'n';
2127 uart_parse_options(options, &baud, &parity, &bits, &flow);
2129 imx_uart_console_get_options(sport, &baud, &parity, &bits);
2133 retval = uart_set_options(&sport->port, co, baud, parity, bits, flow);