Lines Matching refs:c_cflag
584 termios->c_cflag &= ~(HUPCL | CMSPAR); in serial_txx9_set_termios()
585 termios->c_cflag |= CLOCAL; in serial_txx9_set_termios()
590 switch (termios->c_cflag & CSIZE) { in serial_txx9_set_termios()
599 termios->c_cflag &= ~CSIZE; in serial_txx9_set_termios()
600 termios->c_cflag |= CS8; in serial_txx9_set_termios()
605 if (termios->c_cflag & CSTOPB) in serial_txx9_set_termios()
610 if (termios->c_cflag & PARENB) in serial_txx9_set_termios()
612 if (!(termios->c_cflag & PARODD)) in serial_txx9_set_termios()
634 uart_update_timeout(up, termios->c_cflag, baud); in serial_txx9_set_termios()
662 if ((termios->c_cflag & CREAD) == 0) in serial_txx9_set_termios()
666 if ((termios->c_cflag & CRTSCTS) && in serial_txx9_set_termios()