Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
A Damba-pl011.c1635 if (port->status & UPSTAT_AUTORTS) { in pl011_set_mctrl()
1915 uap->port.status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS); in pl011_disable_uart()
2117 port->status |= UPSTAT_AUTOCTS | UPSTAT_AUTORTS; in pl011_set_termios()
2120 port->status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS); in pl011_set_termios()
2258 port->status &= ~UPSTAT_AUTORTS; in pl011_rs485_config()
A Domap-serial.c663 if ((mctrl & TIOCM_RTS) && (port->status & UPSTAT_AUTORTS)) in serial_omap_set_mctrl()
1006 up->port.status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS | UPSTAT_AUTOXOFF); in serial_omap_set_termios()
1010 up->port.status |= UPSTAT_AUTOCTS | UPSTAT_AUTORTS; in serial_omap_set_termios()
A Dstm32-usart.c644 if ((mctrl & TIOCM_RTS) && (port->status & UPSTAT_AUTORTS)) in stm32_usart_set_mctrl()
1022 port->status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS); in stm32_usart_set_termios()
1024 port->status |= UPSTAT_AUTOCTS | UPSTAT_AUTORTS; in stm32_usart_set_termios()
A Dmax310x.c968 port->status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS | UPSTAT_AUTOXOFF); in max310x_set_termios()
972 port->status |= UPSTAT_AUTOCTS | UPSTAT_AUTORTS; in max310x_set_termios()
A Dserial_core.c694 mask |= UPSTAT_AUTORTS; in uart_throttle()
701 if (mask & UPSTAT_AUTORTS) in uart_throttle()
723 mask |= UPSTAT_AUTORTS; in uart_unthrottle()
730 if (mask & UPSTAT_AUTORTS) in uart_unthrottle()
/linux/drivers/tty/serial/8250/
A D8250_omap.c175 if ((mctrl & TIOCM_RTS) && (port->status & UPSTAT_AUTORTS)) in omap8250_set_mctrl()
475 up->port.status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS | UPSTAT_AUTOXOFF); in omap_8250_set_termios()
481 up->port.status |= UPSTAT_AUTOCTS | UPSTAT_AUTORTS; in omap_8250_set_termios()
A D8250_port.c1921 (port->status & (UPSTAT_AUTOCTS | UPSTAT_AUTORTS)) && in serial8250_handle_irq()
/linux/include/linux/
A Dserial_core.h227 #define UPSTAT_AUTORTS ((__force upstat_t) (1 << 2)) macro

Completed in 33 milliseconds