Searched refs:GB_UART_CTRL_RTS (Results 1 – 2 of 2) sorted by relevance
503 newctrl &= ~(GB_UART_CTRL_DTR | GB_UART_CTRL_RTS); in gb_tty_set_termios()505 newctrl |= (GB_UART_CTRL_DTR | GB_UART_CTRL_RTS); in gb_tty_set_termios()529 (gb_tty->ctrlout & GB_UART_CTRL_RTS ? TIOCM_RTS : 0) | in gb_tty_tiocmget()543 (set & TIOCM_RTS ? GB_UART_CTRL_RTS : 0); in gb_tty_tiocmset()545 (clear & TIOCM_RTS ? GB_UART_CTRL_RTS : 0); in gb_tty_tiocmset()569 gb_tty->ctrlout &= ~GB_UART_CTRL_RTS; in gb_tty_throttle()588 gb_tty->ctrlout |= GB_UART_CTRL_RTS; in gb_tty_unthrottle()712 newctrl |= (GB_UART_CTRL_DTR | GB_UART_CTRL_RTS); in gb_tty_dtr_rts()714 newctrl &= ~(GB_UART_CTRL_DTR | GB_UART_CTRL_RTS); in gb_tty_dtr_rts()
1345 #define GB_UART_CTRL_RTS 0x02 macro