Lines Matching defs:termios
2423 static void sci_set_termios(struct uart_port *port, struct ktermios *termios,
2436 if ((termios->c_cflag & CSIZE) == CS7) {
2439 termios->c_cflag &= ~CSIZE;
2440 termios->c_cflag |= CS8;
2442 if (termios->c_cflag & PARENB)
2444 if (termios->c_cflag & PARODD)
2446 if (termios->c_cflag & CSTOPB)
2458 baud = uart_get_baud_rate(port, termios, old, 0, 115200);
2465 baud = uart_get_baud_rate(port, termios, old, 0, max_freq / min_sr(s));
2552 uart_update_timeout(port, termios->c_cflag, baud);
2555 bits = tty_get_frame_size(termios->c_cflag);
2611 sci_init_pins(port, termios->c_cflag);
2620 (termios->c_cflag & CRTSCTS)) {
2667 if ((termios->c_cflag & CREAD) != 0)
2674 if (UART_ENABLE_MS(port, termios->c_cflag))