Searched defs:MCTRL_MASK (Results 1 – 2 of 2) sorted by relevance
288 #define MCTRL_MASK (TIOCM_DTR | TIOCM_RTS | TIOCM_OUT1 | TIOCM_OUT2 | \ macro
92 #define MCTRL_MASK(sig) (0xf << (sig)) macro