Searched refs:SET_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/char/
H A Drocket_int.h199 #define SET_RTS 0x02 /* assert RTS */ macro
408 (ChP)->TxControl[3] &= ~SET_RTS; \
643 (ChP)->TxControl[3] &= ~SET_RTS; \
1010 (ChP)->TxControl[3] |= SET_RTS; \
H A Drocket.c1179 result = ((control & SET_RTS) ? TIOCM_RTS : 0) |
1198 info->channel.TxControl[3] |= SET_RTS;
1202 info->channel.TxControl[3] &= ~SET_RTS;

Completed in 112 milliseconds