Lines Matching defs:mxser_port
238 struct mxser_port { struct
239 struct tty_port port;
240 struct mxser_board *board;
242 unsigned long ioaddr;
243 unsigned long opmode_ioaddr;
245 u8 rx_high_water;
246 u8 rx_low_water;
247 int type; /* UART type */
249 unsigned char x_char; /* xon/xoff character */
250 u8 IER; /* Interrupt Enable Register */
251 u8 MCR; /* Modem control register */
253 unsigned char ldisc_stop_rx;
278 struct mxser_port ports[]; argument