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