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