Lines Matching refs:MXSER_PORTS
55 #define MXSER_PORTS (MXSER_BOARDS * MXSER_PORTS_PER_BOARD) macro
193 unsigned long rxcnt[MXSER_PORTS];
194 unsigned long txcnt[MXSER_PORTS];
289 static int mxser_set_baud_method[MXSER_PORTS + 1];
536 static unsigned char mxser_msr[MXSER_PORTS + 1]; in mxser_get_msr()
1010 if (line == MXSER_PORTS) in mxser_open()
1080 if (tty->index == MXSER_PORTS || info == NULL) in mxser_close()
1332 if (tty->index == MXSER_PORTS) in mxser_tiocmget()
1359 if (tty->index == MXSER_PORTS) in mxser_tiocmset()
1673 if (tty->index == MXSER_PORTS) in mxser_ioctl()
2713 mxvar_sdriver = alloc_tty_driver(MXSER_PORTS + 1); in mxser_module_init()