Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/
Dmxser.c51 #define MXSER_PORTS (MXSER_BOARDS * MXSER_PORTS_PER_BOARD) macro
189 unsigned long rxcnt[MXSER_PORTS];
190 unsigned long txcnt[MXSER_PORTS];
286 static int mxser_set_baud_method[MXSER_PORTS + 1];
533 static unsigned char mxser_msr[MXSER_PORTS + 1]; in mxser_get_msr()
1007 if (line == MXSER_PORTS) in mxser_open()
1077 if (tty->index == MXSER_PORTS || info == NULL) in mxser_close()
1328 if (tty->index == MXSER_PORTS) in mxser_tiocmget()
1355 if (tty->index == MXSER_PORTS) in mxser_tiocmset()
1669 if (tty->index == MXSER_PORTS) in mxser_ioctl()
[all …]