Searched defs:scc_channel (Results 1 – 1 of 1) sorted by relevance
214 struct scc_channel { struct215 int init; /* channel exists? */217 struct net_device *dev; /* link to device control structure */218 struct net_device_stats dev_stat;/* device statistics */220 char brand; /* manufacturer of the board */221 long clock; /* used clock */223 io_port ctrl; /* I/O address of CONTROL register */224 io_port data; /* I/O address of DATA register */225 io_port special; /* I/O address of special function port */226 int irq; /* Number of Interrupt */[all …]