Searched refs:UART_MCR_AFE (Results 1 – 7 of 7) sorted by relevance
126 #define UART_MCR_AFE 0x20 /* Enable auto-RTS/CTS (TI16C550C/TI16C750) */ macro
337 up->mcr |= UART_MCR_AFE; in serial_pxa_startup()511 up->mcr |= UART_MCR_AFE; in serial_pxa_set_termios()513 up->mcr &= ~UART_MCR_AFE; in serial_pxa_set_termios()
1140 if (priv->mcr & UART_MCR_AFE) in pch_uart_set_mctrl()1141 mcr |= UART_MCR_AFE; in pch_uart_set_mctrl()1341 priv->mcr |= UART_MCR_AFE; in pch_uart_set_termios()1343 priv->mcr &= ~UART_MCR_AFE; in pch_uart_set_termios()
767 if (p8250->mcr & UART_MCR_AFE) in brcmstb_set_termios()800 if ((ier & UART_IER_RDI) && (up->mcr & UART_MCR_AFE)) { in brcmuart_handle_irq()
2794 up->mcr &= ~UART_MCR_AFE; in serial8250_do_set_termios()2796 up->mcr |= UART_MCR_AFE; in serial8250_do_set_termios()
627 info->MCR &= ~UART_MCR_AFE; in mxser_change_speed()632 info->MCR |= UART_MCR_AFE; in mxser_change_speed()
594 UART_MCR_AFE) { in handle_bar_read()