Home
last modified time | relevance | path

Searched refs:sc_dma_alloc (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/sys/dev/ic/
Dncr5380.doc54 void (*sc_dma_alloc)(sc)
106 the next link in the chain. The sc_dma_alloc() function builds the chain and
111 things so the DMA controller sees contiguous data. In this mode, sc_dma_alloc()
Dncr5380var.h100 void (*sc_dma_alloc)(struct ncr5380_softc *); member
Dncr5380sbc.c1011 if (sc->sc_dataptr && sc->sc_dma_alloc &&
1015 (*sc->sc_dma_alloc)(sc);
/mirbsd/src/sys/arch/sparc/dev/
Dsi.c381 ncr_sc->sc_dma_alloc = si_dma_alloc;