Searched defs:twe_softc (Results 1 – 1 of 1) sorted by relevance
51 struct twe_softc { struct52 struct device sc_dev;53 void *sc_ih;54 struct proc *sc_thread;55 int sc_thread_on;57 bus_space_tag_t iot;58 bus_space_handle_t ioh;59 bus_dma_tag_t dmat;61 void *sc_cmds;62 bus_dmamap_t sc_cmdmap;[all …]