Searched refs:UART_MCR_AFE (Results 1 – 11 of 11) sorted by relevance
137 #define UART_MCR_AFE 0x20 /* Enable auto-RTS/CTS */ macro
125 #define UART_MCR_AFE 0x20 /* Enable auto-RTS/CTS (TI16C550C/TI16C750) */ macro
127 #define UART_MCR_AFE 0x20 /* Enable auto-RTS/CTS (TI16C550C/TI16C750) */ macro
117 #define UART_MCR_AFE 0x20 /* Enable auto-RTS/CTS (TI16C550C/TI16C750) */ macro
336 up->mcr |= UART_MCR_AFE; in serial_pxa_startup()524 up->mcr |= UART_MCR_AFE; in serial_pxa_set_termios()526 up->mcr &= ~UART_MCR_AFE; in serial_pxa_set_termios()
1187 if (priv->mcr & UART_MCR_AFE) in pch_uart_set_mctrl()1188 mcr |= UART_MCR_AFE; in pch_uart_set_mctrl()1387 priv->mcr |= UART_MCR_AFE; in pch_uart_set_termios()1389 priv->mcr &= ~UART_MCR_AFE; in pch_uart_set_termios()
44 #define UART_MCRVAL (UART_MCR_RTS | UART_MCR_AFE)
61 #define UART_MCR_AFE 0x20 macro713 info->MCR &= ~UART_MCR_AFE; in mxser_change_speed()718 info->MCR |= UART_MCR_AFE; in mxser_change_speed()
578 UART_MCR_AFE) { in handle_bar_read()
2822 up->mcr &= ~UART_MCR_AFE; in serial8250_do_set_termios()2824 up->mcr |= UART_MCR_AFE; in serial8250_do_set_termios()