Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
A Damba-pl011.c1624 if (port->status & UPSTAT_AUTORTS) { in pl011_set_mctrl()
1912 uap->port.status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS); in pl011_disable_uart()
2111 port->status |= UPSTAT_AUTOCTS | UPSTAT_AUTORTS; in pl011_set_termios()
2114 port->status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS); in pl011_set_termios()
2229 port->status &= ~UPSTAT_AUTORTS; in pl011_rs485_config()
A Domap-serial.c636 if ((mctrl & TIOCM_RTS) && (port->status & UPSTAT_AUTORTS)) in serial_omap_set_mctrl()
965 up->port.status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS | UPSTAT_AUTOXOFF); in serial_omap_set_termios()
969 up->port.status |= UPSTAT_AUTOCTS | UPSTAT_AUTORTS; in serial_omap_set_termios()
A Dsc16is7xx.c1086 port->status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS); in sc16is7xx_set_termios()
1090 port->status |= UPSTAT_AUTOCTS | UPSTAT_AUTORTS; in sc16is7xx_set_termios()
A Dmax310x.c964 port->status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS | UPSTAT_AUTOXOFF); in max310x_set_termios()
968 port->status |= UPSTAT_AUTOCTS | UPSTAT_AUTORTS; in max310x_set_termios()
A Dstm32-usart.c921 if ((mctrl & TIOCM_RTS) && (port->status & UPSTAT_AUTORTS)) in stm32_usart_set_mctrl()
1269 port->status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS); in stm32_usart_set_termios()
1271 port->status |= UPSTAT_AUTOCTS | UPSTAT_AUTORTS; in stm32_usart_set_termios()
A Dserial_core.c744 mask |= UPSTAT_AUTORTS; in uart_throttle()
751 if (mask & UPSTAT_AUTORTS) in uart_throttle()
773 mask |= UPSTAT_AUTORTS; in uart_unthrottle()
780 if (mask & UPSTAT_AUTORTS) in uart_unthrottle()
/linux/drivers/tty/serial/8250/
A D8250_omap.c191 if ((mctrl & TIOCM_RTS) && (port->status & UPSTAT_AUTORTS)) in __omap8250_set_mctrl()
485 up->port.status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS | UPSTAT_AUTOXOFF); in omap_8250_set_termios()
491 up->port.status |= UPSTAT_AUTOCTS | UPSTAT_AUTORTS; in omap_8250_set_termios()
A D8250_port.c1913 (port->status & (UPSTAT_AUTOCTS | UPSTAT_AUTORTS)) && in serial8250_handle_irq()
/linux/include/linux/
A Dserial_core.h558 #define UPSTAT_AUTORTS ((__force upstat_t) (1 << 2)) macro

Completed in 42 milliseconds