Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/serial/
Dti_usb_3410_5052.h112 #define TI_MCR_LOOP 0x04 macro
Dti_usb_3410_5052.c856 | ((mcr & TI_MCR_LOOP) ? TIOCM_LOOP : 0) in ti_tiocmget()
887 mcr |= TI_MCR_LOOP; in ti_tiocmset()
894 mcr &= ~TI_MCR_LOOP; in ti_tiocmset()
1173 TI_MCR_RTS | TI_MCR_DTR | TI_MCR_LOOP, mcr); in ti_set_mcr()