Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dns16550.h139 #define UART_MCR_AFE 0x20 /* Enable auto-RTS/CTS */ macro
/openbmc/u-boot/include/linux/
H A Dserial_reg.h116 #define UART_MCR_AFE 0x20 /* Enable auto-RTS/CTS (TI16C550C/TI16C750) */ macro
/openbmc/linux/include/uapi/linux/
H A Dserial_reg.h131 #define UART_MCR_AFE 0x20 /* Enable auto-RTS/CTS (TI16C550C/TI16C750) */ macro
/openbmc/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 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()
H A Dpch_uart.c1140 if (priv->mcr & UART_MCR_AFE) in pch_uart_set_mctrl()
1141 mcr |= UART_MCR_AFE; in pch_uart_set_mctrl()
1341 priv->mcr |= UART_MCR_AFE; in pch_uart_set_termios()
1343 priv->mcr &= ~UART_MCR_AFE; in pch_uart_set_termios()
/openbmc/u-boot/drivers/serial/
H A Dns16550.c45 #define UART_MCRVAL (UART_MCR_RTS | UART_MCR_AFE)
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_bcm7271.c788 if (p8250->mcr & UART_MCR_AFE) in brcmstb_set_termios()
821 if ((ier & UART_IER_RDI) && (up->mcr & UART_MCR_AFE)) { in brcmuart_handle_irq()
H A D8250_port.c2812 up->mcr &= ~UART_MCR_AFE; in serial8250_do_set_termios()
2814 up->mcr |= UART_MCR_AFE; in serial8250_do_set_termios()
/openbmc/linux/drivers/tty/
H A Dmxser.c628 info->MCR &= ~UART_MCR_AFE; in mxser_change_speed()
633 info->MCR |= UART_MCR_AFE; in mxser_change_speed()
/openbmc/linux/samples/vfio-mdev/
H A Dmtty.c620 UART_MCR_AFE) { in handle_bar_read()