Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dserial_reg.h132 #define UART_MCR_AFE 0x20 /* Enable auto-RTS/CTS (TI16C550C/TI16C750) */ macro
/linux/drivers/tty/serial/
A Dma35d1_serial.c343 if (up->mcr & UART_MCR_AFE) { in ma35d1serial_set_mctrl()
466 up->mcr |= UART_MCR_AFE; in ma35d1serial_set_termios()
468 up->mcr &= ~UART_MCR_AFE; in ma35d1serial_set_termios()
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()
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/
A D8250_bcm7271.c785 if (p8250->mcr & UART_MCR_AFE) in brcmstb_set_termios()
818 if ((ier & UART_IER_RDI) && (up->mcr & UART_MCR_AFE)) { in brcmuart_handle_irq()
A D8250_port.c2759 up->mcr &= ~UART_MCR_AFE; in serial8250_do_set_termios()
2761 up->mcr |= UART_MCR_AFE; in serial8250_do_set_termios()
/linux/drivers/tty/
A Dmxser.c625 info->MCR &= ~UART_MCR_AFE; in mxser_change_speed()
630 info->MCR |= UART_MCR_AFE; in mxser_change_speed()
/linux/samples/vfio-mdev/
A Dmtty.c651 UART_MCR_AFE) { in handle_bar_read()

Completed in 55 milliseconds