Home
last modified time | relevance | path

Searched defs:mxser_port (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/tty/
Dmxser.c253 struct mxser_port { struct
254 struct tty_port port;
255 struct mxser_board *board;
257 unsigned long ioaddr;
258 unsigned long opmode_ioaddr;
260 u8 rx_high_water;
261 u8 rx_low_water;
262 int type; /* UART type */
264 u8 x_char; /* xon/xoff character */
288 struct mxser_port ports[] /* __counted_by(nports) */; argument