Searched defs:tc_vsbus_softc (Results 1 – 1 of 1) sorted by relevance
49 struct tc_vsbus_softc { struct50 struct tc_softc sc_tc;51 struct tc_slotdesc sc_slots[NSLOTS];52 struct vax_bus_dma_tag sc_dmatag;53 struct vax_sgmap sc_sgmap;54 struct evcnt sc_ev;55 int (*sc_intr_func)(void *);56 void *sc_intr_arg;57 bus_space_tag_t sc_bst;58 bus_space_handle_t sc_bsh_csr;[all …]