Lines Matching defs:eg20t_port
227 struct eg20t_port { struct
228 struct uart_port port;
229 int port_type;
230 void __iomem *membase;
231 resource_size_t mapbase;
232 unsigned int iobase;
233 struct pci_dev *pdev;
234 int fifo_size;
235 unsigned int uartclk;
236 int start_tx;
237 int start_rx;
238 int tx_empty;
239 int trigger;
263 /* protect the eg20t_port private structure and io access to membase */ argument
264 spinlock_t lock;