Searched defs:sx_board (Results 1 – 2 of 2) sorted by relevance
37 struct sx_board { struct38 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;[all …]
196 static struct specialix_board sx_board[SX_NBOARD] = { variable