Searched refs:TI_MCR_RTS (Results 1 – 2 of 2) sorted by relevance
114 #define TI_MCR_RTS 0x20 macro
418 tport->tp_shadow_mcr |= (TI_MCR_RTS | TI_MCR_DTR); in ti_open()826 mcr &= ~(TI_MCR_DTR | TI_MCR_RTS); in ti_set_termios()855 | ((mcr & TI_MCR_RTS) ? TIOCM_RTS : 0) in ti_tiocmget()883 mcr |= TI_MCR_RTS; in ti_tiocmset()890 mcr &= ~TI_MCR_RTS; in ti_tiocmset()1173 TI_MCR_RTS | TI_MCR_DTR | TI_MCR_LOOP, mcr); in ti_set_mcr()