Searched defs:scc_channel (Results 1 – 1 of 1) sorted by relevance
49 struct scc_channel { struct50 int init; /* channel exists? */52 struct net_device *dev; /* link to device control structure */53 struct net_device_stats dev_stat;/* device statistics */55 char brand; /* manufacturer of the board */56 long clock; /* used clock */58 io_port ctrl; /* I/O address of CONTROL register */59 io_port data; /* I/O address of DATA register */60 io_port special; /* I/O address of special function port */61 int irq; /* Number of Interrupt */[all …]