Searched defs:gus_softc (Results 1 – 1 of 1) sorted by relevance
128 struct gus_softc { struct129 struct device sc_dev; /* base device */130 struct device *sc_isa; /* pointer to ISA parent */131 void *sc_ih; /* interrupt vector */132 struct timeout sc_dma_tmo;133 bus_space_tag_t sc_iot; /* tag */134 bus_space_handle_t sc_ioh1; /* handle */135 bus_space_handle_t sc_ioh2; /* handle */136 bus_space_handle_t sc_ioh3; /* ICS2101 handle */137 bus_space_handle_t sc_ioh4; /* MIDI handle */[all …]