Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dserial_reg.h132 #define UART_MCR_AFE 0x20 /* Enable auto-RTS/CTS (TI16C550C/TI16C750) */ macro
/linux/drivers/tty/serial/
H A Dpxa.c314 up->mcr |= UART_MCR_AFE; in serial_pxa_startup()
488 up->mcr |= UART_MCR_AFE; in serial_pxa_set_termios()
490 up->mcr &= ~UART_MCR_AFE; in serial_pxa_set_termios()
H A Dpch_uart.c1126 if (priv->mcr & UART_MCR_AFE) in pch_uart_set_mctrl()
1127 mcr |= UART_MCR_AFE; in pch_uart_set_mctrl()
1327 priv->mcr |= UART_MCR_AFE; in pch_uart_set_termios()
1329 priv->mcr &= ~UART_MCR_AFE; in pch_uart_set_termios()
/linux/drivers/tty/serial/8250/
H A D8250_port.c2654 up->mcr &= ~UART_MCR_AFE; in serial8250_set_afe()
2656 up->mcr |= UART_MCR_AFE; in serial8250_set_afe()
/linux/samples/vfio-mdev/
H A Dmtty.c651 UART_MCR_AFE) { in handle_bar_read()