Home
last modified time | relevance | path

Searched refs:tiocm (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/
H A D8250.h190 static inline int serial8250_TIOCM_to_MCR(int tiocm) in serial8250_TIOCM_to_MCR() argument
194 if (tiocm & TIOCM_RTS) { in serial8250_TIOCM_to_MCR()
197 if (tiocm & TIOCM_DTR) { in serial8250_TIOCM_to_MCR()
200 if (tiocm & TIOCM_OUT1) { in serial8250_TIOCM_to_MCR()
203 if (tiocm & TIOCM_OUT2) { in serial8250_TIOCM_to_MCR()
206 if (tiocm & TIOCM_LOOP) { in serial8250_TIOCM_to_MCR()
215 int tiocm = 0; in serial8250_MCR_to_TIOCM() local
218 tiocm |= TIOCM_RTS; in serial8250_MCR_to_TIOCM()
221 tiocm |= TIOCM_DTR; in serial8250_MCR_to_TIOCM()
224 tiocm | in serial8250_MCR_to_TIOCM()
239 int tiocm = 0; serial8250_MSR_to_TIOCM() local
[all...]

Completed in 2 milliseconds