Lines Matching defs:sx_board
37 struct sx_board { struct
38 int magic;
39 unsigned long base;
40 unsigned long base2;
41 unsigned long hw_base;
42 int eisa_base;
43 int port_base; /* Number of the first port */
44 struct sx_port *ports;
45 int nports;
46 int flags;
47 int irq;
48 int poll;
49 int ta_type;
50 struct timer_list timer;
51 int locks;