Searched refs:tiocm (Results 1 – 2 of 2) sorted by relevance
189 static inline int serial8250_TIOCM_to_MCR(int tiocm) in serial8250_TIOCM_to_MCR() argument193 if (tiocm & TIOCM_RTS) in serial8250_TIOCM_to_MCR()195 if (tiocm & TIOCM_DTR) in serial8250_TIOCM_to_MCR()197 if (tiocm & TIOCM_OUT1) in serial8250_TIOCM_to_MCR()199 if (tiocm & TIOCM_OUT2) in serial8250_TIOCM_to_MCR()201 if (tiocm & TIOCM_LOOP) in serial8250_TIOCM_to_MCR()209 int tiocm = 0; in serial8250_MCR_to_TIOCM() local212 tiocm |= TIOCM_RTS; in serial8250_MCR_to_TIOCM()214 tiocm |= TIOCM_DTR; in serial8250_MCR_to_TIOCM()216 tiocm |= TIOCM_OUT1; in serial8250_MCR_to_TIOCM()[all …]
1345 unsigned int tiocm; in fwtty_tiocmget() local1348 tiocm = (port->mctrl & MCTRL_MASK) | (port->mstatus & ~MCTRL_MASK); in fwtty_tiocmget()1351 fwtty_dbg(port, "%x\n", tiocm); in fwtty_tiocmget()1353 return tiocm; in fwtty_tiocmget()