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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dti_usb_3410_5052.h101 #define TI_MCR_LOOP 0x04 macro
H A Dti_usb_3410_5052.c1000 | ((mcr & TI_MCR_LOOP) ? TIOCM_LOOP : 0)
1033 mcr |= TI_MCR_LOOP;
1040 mcr &= ~TI_MCR_LOOP;
1349 TI_MCR_RTS | TI_MCR_DTR | TI_MCR_LOOP, mcr);

Completed in 61 milliseconds