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