Lines Matching refs:c_cflag
1796 if ((termios->c_cflag & CREAD) == 0) in pl011_setup_status_masks()
1833 switch (termios->c_cflag & CSIZE) { in pl011_set_termios()
1847 if (termios->c_cflag & CSTOPB) in pl011_set_termios()
1849 if (termios->c_cflag & PARENB) { in pl011_set_termios()
1851 if (!(termios->c_cflag & PARODD)) in pl011_set_termios()
1862 uart_update_timeout(port, termios->c_cflag, baud); in pl011_set_termios()
1866 if (UART_ENABLE_MS(port, termios->c_cflag)) in pl011_set_termios()
1873 if (termios->c_cflag & CRTSCTS) { in pl011_set_termios()
1930 termios->c_cflag &= ~(CSIZE | CSTOPB | PARENB | PARODD); in sbsa_uart_set_termios()
1931 termios->c_cflag &= ~(CMSPAR | CRTSCTS); in sbsa_uart_set_termios()
1932 termios->c_cflag |= CS8 | CLOCAL; in sbsa_uart_set_termios()