Searched refs:UART_MCR_AFE (Results 1 – 6 of 6) sorted by relevance
125 #define UART_MCR_AFE 0x20 /* Enable auto-RTS/CTS (TI16C550C/TI16C750) */ macro
340 up->mcr |= UART_MCR_AFE; in serial_pxa_startup()528 up->mcr |= UART_MCR_AFE; in serial_pxa_set_termios()530 up->mcr &= ~UART_MCR_AFE; in serial_pxa_set_termios()
1209 if (priv->mcr & UART_MCR_AFE) in pch_uart_set_mctrl()1210 mcr |= UART_MCR_AFE; in pch_uart_set_mctrl()1409 priv->mcr |= UART_MCR_AFE; in pch_uart_set_termios()1411 priv->mcr &= ~UART_MCR_AFE; in pch_uart_set_termios()
61 #define UART_MCR_AFE 0x20 macro714 info->MCR &= ~UART_MCR_AFE; in mxser_change_speed()719 info->MCR |= UART_MCR_AFE; in mxser_change_speed()
597 UART_MCR_AFE) { in handle_bar_read()
2681 up->mcr &= ~UART_MCR_AFE; in serial8250_do_set_termios()2683 up->mcr |= UART_MCR_AFE; in serial8250_do_set_termios()