Lines Matching defs:parity
153 #define UTS_FRCPERR (1<<13) /* Force parity error */
836 sport->port.icount.parity++;
1279 sport->port.icount.parity++;
1733 * If we're ignoring parity and break indicators,
2055 int *parity, int *bits)
2066 *parity = 'n';
2069 *parity = 'o';
2071 *parity = 'e';
2118 int parity = 'n';
2139 uart_parse_options(options, &baud, &parity, &bits, &flow);
2141 imx_uart_console_get_options(sport, &baud, &parity, &bits);
2145 retval = uart_set_options(&sport->port, co, baud, parity, bits, flow);