Home
last modified time | relevance | path

Searched refs:serial8250_TIOCM_to_MCR (Results 1 – 2 of 2) sorted by relevance

/drivers/tty/serial/8250/
D8250.h214 static inline int serial8250_TIOCM_to_MCR(int tiocm) in serial8250_TIOCM_to_MCR() function
285 mctrl |= serial8250_TIOCM_to_MCR(mctrl_gpio); in serial8250_in_MCR()
D8250_port.c2065 mcr = serial8250_TIOCM_to_MCR(mctrl); in serial8250_do_set_mctrl()