Searched refs:UART_MCR_AFE (Results 1 – 7 of 7) sorted by relevance
124 #define UART_MCR_AFE 0x20 /* Enable auto-RTS/CTS (TI16C550C/TI16C750) */ macro
345 up->mcr |= UART_MCR_AFE; in serial_pxa_startup()533 up->mcr |= UART_MCR_AFE; in serial_pxa_set_termios()535 up->mcr &= ~UART_MCR_AFE; in serial_pxa_set_termios()
1225 if (priv->mcr & UART_MCR_AFE) in pch_uart_set_mctrl()1226 mcr |= UART_MCR_AFE; in pch_uart_set_mctrl()1425 priv->mcr |= UART_MCR_AFE; in pch_uart_set_termios()1427 priv->mcr &= ~UART_MCR_AFE; in pch_uart_set_termios()
174 up->mcr = dcr_read(up->dcr_host, UART_MCR) & ~UART_MCR_AFE; in nwpserial_startup()
80 if (offset == UART_MSR && d->last_mcr & UART_MCR_AFE) { in dw8250_modify_msr()
2606 up->mcr &= ~UART_MCR_AFE; in serial8250_do_set_termios()2608 up->mcr |= UART_MCR_AFE; in serial8250_do_set_termios()
65 #define UART_MCR_AFE 0x20 macro712 info->MCR &= ~UART_MCR_AFE; in mxser_change_speed()717 info->MCR |= UART_MCR_AFE; in mxser_change_speed()