Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dserial_reg.h125 #define UART_MCR_AFE 0x20 /* Enable auto-RTS/CTS (TI16C550C/TI16C750) */ macro
/Linux-v5.10/drivers/tty/serial/
Dpxa.c336 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()
Dpch_uart.c1200 if (priv->mcr & UART_MCR_AFE) in pch_uart_set_mctrl()
1201 mcr |= UART_MCR_AFE; in pch_uart_set_mctrl()
1400 priv->mcr |= UART_MCR_AFE; in pch_uart_set_termios()
1402 priv->mcr &= ~UART_MCR_AFE; in pch_uart_set_termios()
/Linux-v5.10/drivers/tty/
Dmxser.c61 #define UART_MCR_AFE 0x20 macro
713 info->MCR &= ~UART_MCR_AFE; in mxser_change_speed()
718 info->MCR |= UART_MCR_AFE; in mxser_change_speed()
/Linux-v5.10/samples/vfio-mdev/
Dmtty.c578 UART_MCR_AFE) { in handle_bar_read()
/Linux-v5.10/drivers/tty/serial/8250/
D8250_port.c2724 up->mcr &= ~UART_MCR_AFE; in serial8250_do_set_termios()
2726 up->mcr |= UART_MCR_AFE; in serial8250_do_set_termios()