Home
last modified time | relevance | path

Searched refs:UART_MCR_AFE (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dserial_reg.h124 #define UART_MCR_AFE 0x20 /* Enable auto-RTS/CTS (TI16C550C/TI16C750) */ macro
/linux-4.1.27/drivers/tty/serial/
Dpxa.c345 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()
Dpch_uart.c1225 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()
Dnwpserial.c174 up->mcr = dcr_read(up->dcr_host, UART_MCR) & ~UART_MCR_AFE; in nwpserial_startup()
/linux-4.1.27/drivers/tty/serial/8250/
D8250_dw.c80 if (offset == UART_MSR && d->last_mcr & UART_MCR_AFE) { in dw8250_modify_msr()
D8250_core.c2606 up->mcr &= ~UART_MCR_AFE; in serial8250_do_set_termios()
2608 up->mcr |= UART_MCR_AFE; in serial8250_do_set_termios()
/linux-4.1.27/drivers/tty/
Dmxser.c65 #define UART_MCR_AFE 0x20 macro
712 info->MCR &= ~UART_MCR_AFE; in mxser_change_speed()
717 info->MCR |= UART_MCR_AFE; in mxser_change_speed()