Searched defs:dma_softc (Results 1 – 3 of 3) sorted by relevance
31 struct dma_softc { struct47 void (*reset)(struct dma_softc *); /* reset routine */ argument
115 struct dma_softc { struct116 device_t sc_dev;117 bus_space_tag_t sc_bst;141 CFATTACH_DECL_NEW(dma, sizeof(struct dma_softc), argument163 static struct dma_softc *dma_softc; variable
79 struct dma_softc { struct97 CFATTACH_DECL_NEW(dma_sbus, sizeof(struct dma_softc), argument