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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Drocket_int.h213 #define SET_DTR 0x04 /* assert DTR */ macro
410 (ChP)->TxControl[3] &= ~SET_DTR; \
978 (ChP)->TxControl[3] |= SET_DTR; \
H A Drocket.c1289 ((control & SET_DTR) ? TIOCM_DTR : 0) |
1309 info->channel.TxControl[3] |= SET_DTR;
1313 info->channel.TxControl[3] &= ~SET_DTR;

Completed in 96 milliseconds