Searched refs:ACM_CTRL_RTS (Results 1 – 4 of 4) sorted by relevance
35 #define ACM_CTRL_RTS 0x02 macro
534 val = ACM_CTRL_DTR | ACM_CTRL_RTS; in acm_port_dtr_rts()799 (acm->ctrlout & ACM_CTRL_RTS ? TIOCM_RTS : 0) | in acm_tty_tiocmget()814 (set & TIOCM_RTS ? ACM_CTRL_RTS : 0); in acm_tty_tiocmset()816 (clear & TIOCM_RTS ? ACM_CTRL_RTS : 0); in acm_tty_tiocmset()
31 #define ACM_CTRL_RTS 0x02 macro
64 #define ACM_CTRL_RTS (1 << 1) /* unused with full duplex */ macro