Searched refs:ACM_CTRL_RTS (Results 1 – 3 of 3) sorted by relevance
35 #define ACM_CTRL_RTS 0x02 macro
563 acm->ctrlout = ACM_CTRL_DTR | ACM_CTRL_RTS; in acm_port_activate()753 (acm->ctrlout & ACM_CTRL_RTS ? TIOCM_RTS : 0) | in acm_tty_tiocmget()768 (set & TIOCM_RTS ? ACM_CTRL_RTS : 0); in acm_tty_tiocmset()770 (clear & TIOCM_RTS ? ACM_CTRL_RTS : 0); in acm_tty_tiocmset()
62 #define ACM_CTRL_RTS (1 << 1) /* unused with full duplex */ macro