Searched refs:SET_RTS (Results 1 – 2 of 2) sorted by relevance
247 #define SET_RTS 0x02 /* assert RTS */ macro412 (ChP)->TxControl[3] &= ~SET_RTS; \962 (ChP)->TxControl[3] |= SET_RTS; \
1256 result = ((control & SET_RTS) ? TIOCM_RTS : 0) in get_modem_info()1279 info->channel.TxControl[3] |= SET_RTS; in set_modem_info()1285 info->channel.TxControl[3] &= ~SET_RTS; in set_modem_info()1291 ((info->channel.TxControl[3] & ~(SET_RTS | SET_DTR)) in set_modem_info()1292 | ((arg & TIOCM_RTS) ? SET_RTS : 0) in set_modem_info()