Lines Matching defs:parity
431 unsigned int parity, unsigned int bits,
446 if (parity & ~(PCH_UART_LCR_PEN | PCH_UART_LCR_EPS | PCH_UART_LCR_SP)) {
447 dev_err(priv->port.dev, "Invalid parity(0x%x)\n", parity);
461 lcr = parity;
998 port->icount.parity++;
1298 /* Change the port parameters, including word length, parity, stop
1306 unsigned int baud, parity, bits, stb;
1332 parity = PCH_UART_HAL_PARITY_ODD;
1334 parity = PCH_UART_HAL_PARITY_EVEN;
1337 parity = PCH_UART_HAL_PARITY_NONE;
1345 termios->c_cflag &= ~CMSPAR; /* Mark/Space parity is not supported */
1353 rtn = pch_uart_hal_set_line(priv, baud, parity, bits, stb);
1618 int parity = 'n';
1636 uart_parse_options(options, &baud, &parity, &bits, &flow);
1638 return uart_set_options(port, co, baud, parity, bits, flow);