HomeSort by: relevance | last modified time | path
    Searched defs:dma_softc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/sun3/dev/
dmavar.h 31 struct dma_softc { struct
47 void (*reset)(struct dma_softc *); /* reset routine */
48 int (*intr)(struct dma_softc *); /* interrupt ! */
49 int (*setup)(struct dma_softc *, uint8_t **, size_t *, int, size_t *);
91 struct dma_softc *espdmafind(int);
92 int espdmaintr(struct dma_softc *);
94 void dma_reset(struct dma_softc *);
95 int dma_setup(struct dma_softc *, uint8_t **, size_t *, int, size_t *);
  /src/sys/dev/sbus/
dma_sbus.c 79 struct dma_softc { struct
97 CFATTACH_DECL_NEW(dma_sbus, sizeof(struct dma_softc),
100 CFATTACH_DECL_NEW(ledma, sizeof(struct dma_softc),
108 struct dma_softc *sc = t->cookie;
128 struct dma_softc *dsc = device_private(self);
  /src/sys/arch/hp300/dev/
dma.c 115 struct dma_softc { struct
141 CFATTACH_DECL_NEW(dma, sizeof(struct dma_softc),
163 static struct dma_softc *dma_softc; variable in typeref:struct:dma_softc *
181 struct dma_softc *sc = device_private(self);
191 dma_softc = sc;
268 struct dma_softc *sc = dma_softc;
295 struct dma_softc *sc = dma_softc;
    [all...]

Completed in 13 milliseconds