Lines Matching defs:parity
436 unsigned int parity, unsigned int bits,
451 if (parity & ~(PCH_UART_LCR_PEN | PCH_UART_LCR_EPS | PCH_UART_LCR_SP)) {
452 dev_err(priv->port.dev, "Invalid parity(0x%x)\n", parity);
466 lcr = parity;
1049 port->icount.parity++;
1349 /* Change the port parameters, including word length, parity, stop
1356 unsigned int baud, parity, bits, stb;
1382 parity = PCH_UART_HAL_PARITY_ODD;
1384 parity = PCH_UART_HAL_PARITY_EVEN;
1387 parity = PCH_UART_HAL_PARITY_NONE;
1395 termios->c_cflag &= ~CMSPAR; /* Mark/Space parity is not supported */
1403 rtn = pch_uart_hal_set_line(priv, baud, parity, bits, stb);
1668 int parity = 'n';
1686 uart_parse_options(options, &baud, &parity, &bits, &flow);
1688 return uart_set_options(port, co, baud, parity, bits, flow);