Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dserial_reg.h126 #define UART_MCR_AFE 0x20 /* Enable auto-RTS/CTS (TI16C550C/TI16C750) */ macro
/Linux-v5.15/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.c1196 if (priv->mcr & UART_MCR_AFE) in pch_uart_set_mctrl()
1197 mcr |= UART_MCR_AFE; in pch_uart_set_mctrl()
1396 priv->mcr |= UART_MCR_AFE; in pch_uart_set_termios()
1398 priv->mcr &= ~UART_MCR_AFE; in pch_uart_set_termios()
/Linux-v5.15/drivers/tty/serial/8250/
D8250_bcm7271.c766 if (p8250->mcr & UART_MCR_AFE) in brcmstb_set_termios()
799 if ((ier & UART_IER_RDI) && (up->mcr & UART_MCR_AFE)) { in brcmuart_handle_irq()
D8250_port.c2777 up->mcr &= ~UART_MCR_AFE; in serial8250_do_set_termios()
2779 up->mcr |= UART_MCR_AFE; in serial8250_do_set_termios()
/Linux-v5.15/drivers/tty/
Dmxser.c629 info->MCR &= ~UART_MCR_AFE; in mxser_change_speed()
634 info->MCR |= UART_MCR_AFE; in mxser_change_speed()
/Linux-v5.15/samples/vfio-mdev/
Dmtty.c580 UART_MCR_AFE) { in handle_bar_read()