Lines Matching refs:c_cflag
450 unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8; in pnx8xxx_set_termios()
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()
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()