Lines Matching defs:cyclades_port
118 struct cyclades_port { struct
119 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;
135 int ignore_status_mask;
136 int timeout;
137 int xmit_fifo_size;
138 int cor1,cor2,cor3,cor4,cor5;
139 int tbpr,tco,rbpr,rco;
140 int baud;
141 int rflow;
142 int rtsdtr_inv;
143 int chip_rev;
144 int custom_divisor;
145 u8 x_char; /* to be pushed out ASAP */
146 int breakon;
147 int breakoff;
148 int xmit_head;
149 int xmit_tail;
150 int xmit_cnt;
151 int default_threshold;
152 int default_timeout;
153 unsigned long rflush_count;
154 struct cyclades_monitor mon;
155 struct cyclades_idle_stats idle_stats;
156 struct cyclades_icount icount;
157 struct completion shutdown_wait;
158 int throttle;