Lines Matching refs:termios
443 pnx8xxx_set_termios(struct uart_port *port, struct ktermios *termios, in pnx8xxx_set_termios() argument
455 while ((termios->c_cflag & CSIZE) != CS7 && in pnx8xxx_set_termios()
456 (termios->c_cflag & CSIZE) != CS8) { in pnx8xxx_set_termios()
457 termios->c_cflag &= ~CSIZE; in pnx8xxx_set_termios()
458 termios->c_cflag |= old_csize; in pnx8xxx_set_termios()
462 if ((termios->c_cflag & CSIZE) == CS8) in pnx8xxx_set_termios()
467 if (termios->c_cflag & CSTOPB) in pnx8xxx_set_termios()
469 if (termios->c_cflag & PARENB) { in pnx8xxx_set_termios()
471 if (!(termios->c_cflag & PARODD)) in pnx8xxx_set_termios()
478 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk/16); in pnx8xxx_set_termios()
486 if (termios->c_iflag & INPCK) in pnx8xxx_set_termios()
490 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in pnx8xxx_set_termios()
498 if (termios->c_iflag & IGNPAR) in pnx8xxx_set_termios()
502 if (termios->c_iflag & IGNBRK) { in pnx8xxx_set_termios()
509 if (termios->c_iflag & IGNPAR) in pnx8xxx_set_termios()
517 if ((termios->c_cflag & CREAD) == 0) in pnx8xxx_set_termios()
526 uart_update_timeout(port, termios->c_cflag, baud); in pnx8xxx_set_termios()
556 if (UART_ENABLE_MS(&sport->port, termios->c_cflag)) in pnx8xxx_set_termios()