Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/serial/
H A Dti_usb_3410_5052.c133 #define TI_MCR_RTS 0x20 macro
661 tport->tp_shadow_mcr |= (TI_MCR_RTS | TI_MCR_DTR); in ti_open()
1006 mcr &= ~(TI_MCR_DTR | TI_MCR_RTS); in ti_set_termios()
1031 | ((mcr & TI_MCR_RTS) ? TIOCM_RTS : 0) in ti_tiocmget()
1056 mcr |= TI_MCR_RTS; in ti_tiocmset()
1063 mcr &= ~TI_MCR_RTS; in ti_tiocmset()
1351 TI_MCR_RTS | TI_MCR_DTR | TI_MCR_LOOP, mcr); in ti_set_mcr()