Searched refs:SET_RTS (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 81 milliseconds