Home
last modified time | relevance | path

Searched defs:dma_softc (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/arch/sun3/dev/
H A Ddmavar.h31 struct dma_softc { struct
47 void (*reset)(struct dma_softc *); /* reset routine */ argument
/netbsd/sys/arch/hp300/dev/
H A Ddma.c115 struct dma_softc { struct
116 device_t sc_dev;
117 bus_space_tag_t sc_bst;
141 CFATTACH_DECL_NEW(dma, sizeof(struct dma_softc), argument
163 static struct dma_softc *dma_softc; variable
/netbsd/sys/dev/sbus/
H A Ddma_sbus.c79 struct dma_softc { struct
97 CFATTACH_DECL_NEW(dma_sbus, sizeof(struct dma_softc), argument