Lines Matching refs:c_cflag
392 unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8; in sa1100_set_termios()
397 while ((termios->c_cflag & CSIZE) != CS7 && in sa1100_set_termios()
398 (termios->c_cflag & CSIZE) != CS8) { in sa1100_set_termios()
399 termios->c_cflag &= ~CSIZE; in sa1100_set_termios()
400 termios->c_cflag |= old_csize; in sa1100_set_termios()
404 if ((termios->c_cflag & CSIZE) == CS8) in sa1100_set_termios()
409 if (termios->c_cflag & CSTOPB) in sa1100_set_termios()
411 if (termios->c_cflag & PARENB) { in sa1100_set_termios()
413 if (!(termios->c_cflag & PARODD)) in sa1100_set_termios()
458 uart_update_timeout(port, termios->c_cflag, baud); in sa1100_set_termios()
484 if (UART_ENABLE_MS(&sport->port, termios->c_cflag)) in sa1100_set_termios()