Searched refs:UART_MCR_AFE (Results 1 – 5 of 5) sorted by relevance
132 #define UART_MCR_AFE 0x20 /* Enable auto-RTS/CTS (TI16C550C/TI16C750) */ macro
314 up->mcr |= UART_MCR_AFE; in serial_pxa_startup()488 up->mcr |= UART_MCR_AFE; in serial_pxa_set_termios()490 up->mcr &= ~UART_MCR_AFE; in serial_pxa_set_termios()
1126 if (priv->mcr & UART_MCR_AFE) in pch_uart_set_mctrl()1127 mcr |= UART_MCR_AFE; in pch_uart_set_mctrl()1327 priv->mcr |= UART_MCR_AFE; in pch_uart_set_termios()1329 priv->mcr &= ~UART_MCR_AFE; in pch_uart_set_termios()
2654 up->mcr &= ~UART_MCR_AFE; in serial8250_set_afe()2656 up->mcr |= UART_MCR_AFE; in serial8250_set_afe()
651 UART_MCR_AFE) { in handle_bar_read()