Home
last modified time | relevance | path

Searched refs:UPSTAT_AUTORTS (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/drivers/tty/serial/
A Damba-pl011.c1643 if (port->status & UPSTAT_AUTORTS) { in pl011_set_mctrl()
1934 uap->port.status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS); in pl011_disable_uart()
2133 port->status |= UPSTAT_AUTOCTS | UPSTAT_AUTORTS; in pl011_set_termios()
2136 port->status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS); in pl011_set_termios()
2243 port->status &= ~UPSTAT_AUTORTS; in pl011_rs485_config()
A Domap-serial.c643 if ((mctrl & TIOCM_RTS) && (port->status & UPSTAT_AUTORTS)) in serial_omap_set_mctrl()
972 up->port.status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS | UPSTAT_AUTOXOFF); in serial_omap_set_termios()
976 up->port.status |= UPSTAT_AUTOCTS | UPSTAT_AUTORTS; in serial_omap_set_termios()
A Dstm32-usart.c821 if ((mctrl & TIOCM_RTS) && (port->status & UPSTAT_AUTORTS)) in stm32_usart_set_mctrl()
1197 port->status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS); in stm32_usart_set_termios()
1199 port->status |= UPSTAT_AUTOCTS | UPSTAT_AUTORTS; in stm32_usart_set_termios()
A Dmax310x.c974 port->status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS | UPSTAT_AUTOXOFF); in max310x_set_termios()
978 port->status |= UPSTAT_AUTOCTS | UPSTAT_AUTORTS; in max310x_set_termios()
A Dserial_core.c712 mask |= UPSTAT_AUTORTS; in uart_throttle()
719 if (mask & UPSTAT_AUTORTS) in uart_throttle()
741 mask |= UPSTAT_AUTORTS; in uart_unthrottle()
748 if (mask & UPSTAT_AUTORTS) in uart_unthrottle()
A Dsc16is7xx.c1086 port->status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS); in sc16is7xx_set_termios()
1090 port->status |= UPSTAT_AUTOCTS | UPSTAT_AUTORTS; in sc16is7xx_set_termios()
/linux-6.3-rc2/drivers/tty/serial/8250/
A D8250_omap.c186 if ((mctrl & TIOCM_RTS) && (port->status & UPSTAT_AUTORTS)) in __omap8250_set_mctrl()
477 up->port.status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS | UPSTAT_AUTOXOFF); in omap_8250_set_termios()
483 up->port.status |= UPSTAT_AUTOCTS | UPSTAT_AUTORTS; in omap_8250_set_termios()
A D8250_port.c1944 (port->status & (UPSTAT_AUTOCTS | UPSTAT_AUTORTS)) && in serial8250_handle_irq()
/linux-6.3-rc2/include/linux/
A Dserial_core.h551 #define UPSTAT_AUTORTS ((__force upstat_t) (1 << 2)) macro

Completed in 36 milliseconds