Searched defs:sn_softc (Results 1 – 1 of 1) sorted by relevance
84 struct sn_softc { struct85 device_t sc_dev;86 struct ethercom sc_ethercom;89 void * sc_hwbase; /* hardware base address */90 volatile uint16_t *sc_regbase; /* register base address */92 int bitmode; /* 32 bit mode == 1, 16 == 0 */94 uint16_t snr_dcr; /* DCR for this instance */95 uint16_t snr_dcr2; /* DCR2 for this instance */96 int slotno; /* Slot number */98 int sc_rramark; /* index into p_rra of wp */[all …]