Searched refs:ACM_CTRL_RTS (Results 1 – 4 of 4) sorted by relevance
30 #define ACM_CTRL_RTS 0x02 macro
661 val = ACM_CTRL_DTR | ACM_CTRL_RTS; in acm_port_dtr_rts()907 (acm->ctrlout & ACM_CTRL_RTS ? TIOCM_RTS : 0) | in acm_tty_tiocmget()922 (set & TIOCM_RTS ? ACM_CTRL_RTS : 0); in acm_tty_tiocmset()924 (clear & TIOCM_RTS ? ACM_CTRL_RTS : 0); in acm_tty_tiocmset()
21 #define ACM_CTRL_RTS 0x02 macro
60 #define ACM_CTRL_RTS (1 << 1) /* unused with full duplex */ macro