Home
last modified time | relevance | path

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

/drivers/usb/serial/
Dti_usb_3410_5052.h109 #define TI_MCR_DTR 0x10 macro
Dti_usb_3410_5052.c512 tport->tp_shadow_mcr |= (TI_MCR_RTS | TI_MCR_DTR); in ti_open()
974 mcr &= ~(TI_MCR_DTR | TI_MCR_RTS); in ti_set_termios()
1004 result = ((mcr & TI_MCR_DTR) ? TIOCM_DTR : 0) in ti_tiocmget()
1037 mcr |= TI_MCR_DTR; in ti_tiocmset()
1044 mcr &= ~TI_MCR_DTR; in ti_tiocmset()
1353 TI_MCR_RTS | TI_MCR_DTR | TI_MCR_LOOP, mcr); in ti_set_mcr()