Searched refs:TI_MCR_RTS (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.h103 #define TI_MCR_RTS 0x20 macro
H A Dti_usb_3410_5052.c522 tport->tp_shadow_mcr |= (TI_MCR_RTS | TI_MCR_DTR);
968 mcr &= ~(TI_MCR_DTR | TI_MCR_RTS);
999 | ((mcr & TI_MCR_RTS) ? TIOCM_RTS : 0)
1029 mcr |= TI_MCR_RTS;
1036 mcr &= ~TI_MCR_RTS;
1349 TI_MCR_RTS | TI_MCR_DTR | TI_MCR_LOOP, mcr);

Completed in 51 milliseconds