Home
last modified time | relevance | path

Searched refs:SET_RTS (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/tty/
Drocket_int.h199 #define SET_RTS 0x02 /* assert RTS */ macro
408 (ChP)->TxControl[3] &= ~SET_RTS; \
643 (ChP)->TxControl[3] &= ~SET_RTS; \
1017 (ChP)->TxControl[3] |= SET_RTS; \
Drocket.c1166 result = ((control & SET_RTS) ? TIOCM_RTS : 0) | in rp_tiocmget()
1185 info->channel.TxControl[3] |= SET_RTS; in rp_tiocmset()
1189 info->channel.TxControl[3] &= ~SET_RTS; in rp_tiocmset()