Searched defs:gus_softc (Results 1 – 1 of 1) sorted by relevance
170 struct gus_softc { struct171 device_t sc_dev; /* base device */172 kmutex_t sc_lock;173 kmutex_t sc_intr_lock;174 void *sc_ih; /* interrupt vector */175 bus_space_tag_t sc_iot; /* tag */176 bus_space_handle_t sc_ioh1; /* handle */177 bus_space_handle_t sc_ioh2; /* handle */178 bus_space_handle_t sc_ioh3; /* ICS2101 handle */179 bus_space_handle_t sc_ioh4; /* MIDI handle */[all …]