Lines Matching refs:c_cflag
583 termios->c_cflag &= ~(HUPCL | CMSPAR); in serial_txx9_set_termios()
584 termios->c_cflag |= CLOCAL; in serial_txx9_set_termios()
589 switch (termios->c_cflag & CSIZE) { in serial_txx9_set_termios()
598 termios->c_cflag &= ~CSIZE; in serial_txx9_set_termios()
599 termios->c_cflag |= CS8; in serial_txx9_set_termios()
604 if (termios->c_cflag & CSTOPB) in serial_txx9_set_termios()
609 if (termios->c_cflag & PARENB) in serial_txx9_set_termios()
611 if (!(termios->c_cflag & PARODD)) in serial_txx9_set_termios()
633 uart_update_timeout(up, termios->c_cflag, baud); in serial_txx9_set_termios()
661 if ((termios->c_cflag & CREAD) == 0) in serial_txx9_set_termios()
665 if ((termios->c_cflag & CRTSCTS) && in serial_txx9_set_termios()