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