Searched defs:mxser_port (Results 1 – 1 of 1) sorted by relevance
238 struct mxser_port { struct239 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 */[all …]