Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dserial_reg.h125 #define UART_MCR_AFE 0x20 /* Enable auto-RTS/CTS (TI16C550C/TI16C750) */ macro
/Linux-v4.19/drivers/tty/serial/
Dpxa.c340 up->mcr |= UART_MCR_AFE; in serial_pxa_startup()
528 up->mcr |= UART_MCR_AFE; in serial_pxa_set_termios()
530 up->mcr &= ~UART_MCR_AFE; in serial_pxa_set_termios()
Dpch_uart.c1209 if (priv->mcr & UART_MCR_AFE) in pch_uart_set_mctrl()
1210 mcr |= UART_MCR_AFE; in pch_uart_set_mctrl()
1409 priv->mcr |= UART_MCR_AFE; in pch_uart_set_termios()
1411 priv->mcr &= ~UART_MCR_AFE; in pch_uart_set_termios()
/Linux-v4.19/drivers/tty/
Dmxser.c61 #define UART_MCR_AFE 0x20 macro
714 info->MCR &= ~UART_MCR_AFE; in mxser_change_speed()
719 info->MCR |= UART_MCR_AFE; in mxser_change_speed()
/Linux-v4.19/samples/vfio-mdev/
Dmtty.c597 UART_MCR_AFE) { in handle_bar_read()
/Linux-v4.19/drivers/tty/serial/8250/
D8250_port.c2681 up->mcr &= ~UART_MCR_AFE; in serial8250_do_set_termios()
2683 up->mcr |= UART_MCR_AFE; in serial8250_do_set_termios()