Searched defs:ts_softc (Results 1 – 1 of 1) sorted by relevance
116 struct ts_softc { struct117 device_t sc_dev; /* Autoconf ... */118 struct uba_softc *sc_uh; /* the parent UBA */119 struct uba_unit sc_unit; /* Struct common for UBA to talk */120 struct evcnt sc_intrcnt; /* Interrupt counting */121 struct ubinfo sc_ui; /* mapping info for struct ts */122 struct uba_unit sc_uu; /* Struct for UBA to communicate */123 bus_space_tag_t sc_iot;124 bus_addr_t sc_ioh;125 bus_dma_tag_t sc_dmat;[all …]