Searched refs:UPSTAT_AUTORTS (Results 1 – 4 of 4) sorted by relevance
122 if ((mctrl & TIOCM_RTS) && (port->status & UPSTAT_AUTORTS)) in omap8250_set_mctrl()421 up->port.status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS | UPSTAT_AUTOXOFF); in omap_8250_set_termios()425 up->port.status |= UPSTAT_AUTOCTS | UPSTAT_AUTORTS; in omap_8250_set_termios()
227 #define UPSTAT_AUTORTS ((__force upstat_t) (1 << 2)) macro
632 mask |= UPSTAT_AUTORTS; in uart_throttle()642 if (mask & UPSTAT_AUTORTS) in uart_throttle()655 mask |= UPSTAT_AUTORTS; in uart_unthrottle()665 if (mask & UPSTAT_AUTORTS) in uart_unthrottle()
708 if ((mctrl & TIOCM_RTS) && (port->status & UPSTAT_AUTORTS)) in serial_omap_set_mctrl()1065 up->port.status &= ~(UPSTAT_AUTOCTS | UPSTAT_AUTORTS | UPSTAT_AUTOXOFF); in serial_omap_set_termios()1069 up->port.status |= UPSTAT_AUTOCTS | UPSTAT_AUTORTS; in serial_omap_set_termios()