Searched defs:cyclades_port (Results 1 – 1 of 1) sorted by relevance
118 struct cyclades_port { struct119 int magic;120 struct tty_port port;121 struct cyclades_card *card;122 union {130 } u;131 int line;132 int flags; /* defined in tty.h */133 int type; /* UART type */134 int read_status_mask;[all …]