Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/serial/8250/
D8250.h165 static inline int serial8250_TIOCM_to_MCR(int tiocm) in serial8250_TIOCM_to_MCR() function
236 mctrl |= serial8250_TIOCM_to_MCR(mctrl_gpio); in serial8250_in_MCR()
D8250_port.c2020 mcr = serial8250_TIOCM_to_MCR(mctrl); in serial8250_do_set_mctrl()