Searched refs:tiocm (Results 1 – 2 of 2) sorted by relevance
187 int tiocm = 0; in serial8250_MCR_to_TIOCM() local190 tiocm |= TIOCM_RTS; in serial8250_MCR_to_TIOCM()192 tiocm |= TIOCM_DTR; in serial8250_MCR_to_TIOCM()194 tiocm |= TIOCM_OUT1; in serial8250_MCR_to_TIOCM()200 return tiocm; in serial8250_MCR_to_TIOCM()206 int tiocm = 0; in serial8250_MSR_to_TIOCM() local209 tiocm |= TIOCM_CAR; in serial8250_MSR_to_TIOCM()211 tiocm |= TIOCM_RNG; in serial8250_MSR_to_TIOCM()213 tiocm |= TIOCM_DSR; in serial8250_MSR_to_TIOCM()215 tiocm |= TIOCM_CTS; in serial8250_MSR_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()
Completed in 14 milliseconds