Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/serial/
Dti_usb_3410_5052.c131 #define TI_MCR_LOOP 0x04 macro
1030 | ((mcr & TI_MCR_LOOP) ? TIOCM_LOOP : 0) in ti_tiocmget()
1058 mcr |= TI_MCR_LOOP; in ti_tiocmset()
1065 mcr &= ~TI_MCR_LOOP; in ti_tiocmset()
1345 TI_MCR_RTS | TI_MCR_DTR | TI_MCR_LOOP, mcr); in ti_set_mcr()