Lines Matching defs:termios
194 static void mcf_set_termios(struct uart_port *port, struct ktermios *termios,
204 baud = uart_get_baud_rate(port, termios, old, 0, 230400);
215 switch (termios->c_cflag & CSIZE) {
223 if (termios->c_cflag & PARENB) {
224 if (termios->c_cflag & CMSPAR) {
225 if (termios->c_cflag & PARODD)
230 if (termios->c_cflag & PARODD)
241 * need to be initialized based on termios settings for
245 if (termios->c_cflag & CSTOPB)
250 if (termios->c_cflag & CRTSCTS) {
261 uart_update_timeout(port, termios->c_cflag, baud);
416 static int mcf_config_rs485(struct uart_port *port, struct ktermios *termios,