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()
1204 if (priv->mcr & UART_MCR_AFE) in pch_uart_set_mctrl()1205 mcr |= UART_MCR_AFE; in pch_uart_set_mctrl()1404 priv->mcr |= UART_MCR_AFE; in pch_uart_set_termios()1406 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()
578 UART_MCR_AFE) { in handle_bar_read()
2592 up->mcr &= ~UART_MCR_AFE; in serial8250_do_set_termios()2594 up->mcr |= UART_MCR_AFE; in serial8250_do_set_termios()