Lines Matching refs:c_cflag
418 unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8; in sa1100_set_termios()
423 while ((termios->c_cflag & CSIZE) != CS7 && in sa1100_set_termios()
424 (termios->c_cflag & CSIZE) != CS8) { in sa1100_set_termios()
425 termios->c_cflag &= ~CSIZE; in sa1100_set_termios()
426 termios->c_cflag |= old_csize; in sa1100_set_termios()
430 if ((termios->c_cflag & CSIZE) == CS8) in sa1100_set_termios()
435 if (termios->c_cflag & CSTOPB) in sa1100_set_termios()
437 if (termios->c_cflag & PARENB) { in sa1100_set_termios()
439 if (!(termios->c_cflag & PARODD)) in sa1100_set_termios()
484 uart_update_timeout(port, termios->c_cflag, baud); in sa1100_set_termios()
510 if (UART_ENABLE_MS(&sport->port, termios->c_cflag)) in sa1100_set_termios()