Lines Matching defs:serial8250_device
47 struct serial8250_device { struct
48 struct device_header dev_hdr;
49 struct mutex mutex;
50 u8 id;
52 u32 iobase;
53 u8 irq;
54 u8 irq_state;
55 int txcnt;
56 int rxcnt;
57 int rxdone;
58 char txbuf[FIFO_LEN];
59 char rxbuf[FIFO_LEN];
61 u8 dll;
62 u8 dlm;
86 static struct serial8250_device devices[] = { argument