Lines Matching refs:parity
455 unsigned int parity, unsigned int bits, in pch_uart_hal_set_line() argument
470 if (parity & ~(PCH_UART_LCR_PEN | PCH_UART_LCR_EPS | PCH_UART_LCR_SP)) { in pch_uart_hal_set_line()
471 dev_err(priv->port.dev, "Invalid parity(0x%x)\n", parity); in pch_uart_hal_set_line()
485 lcr = parity; in pch_uart_hal_set_line()
1083 port->icount.parity++; in pch_uart_err_ir()
1390 unsigned int baud, parity, bits, stb; in pch_uart_set_termios() local
1416 parity = PCH_UART_HAL_PARITY_ODD; in pch_uart_set_termios()
1418 parity = PCH_UART_HAL_PARITY_EVEN; in pch_uart_set_termios()
1421 parity = PCH_UART_HAL_PARITY_NONE; in pch_uart_set_termios()
1437 rtn = pch_uart_hal_set_line(priv, baud, parity, bits, stb); in pch_uart_set_termios()
1702 int parity = 'n'; in pch_console_setup() local
1720 uart_parse_options(options, &baud, &parity, &bits, &flow); in pch_console_setup()
1722 return uart_set_options(port, co, baud, parity, bits, flow); in pch_console_setup()