Home
last modified time | relevance | path

Searched refs:hpc_dma_softc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/sgimips/hpc/
H A Dhpcdma.h44 struct hpc_dma_softc { struct
63 void hpcdma_init(struct hpc_attach_args *, struct hpc_dma_softc *, int); argument
64 void hpcdma_sglist_create(struct hpc_dma_softc *, bus_dmamap_t);
65 void hpcdma_cntl(struct hpc_dma_softc *, uint32_t);
66 void hpcdma_reset(struct hpc_dma_softc *);
67 void hpcdma_flush(struct hpc_dma_softc *);
H A Dhpcdma.c66 hpcdma_init(struct hpc_attach_args *haa, struct hpc_dma_softc *sc, int ndesc) in hpcdma_init()
118 hpcdma_sglist_create(struct hpc_dma_softc *sc, bus_dmamap_t dmamap) in hpcdma_sglist_create()
180 hpcdma_cntl(struct hpc_dma_softc *sc, uint32_t mode) in hpcdma_cntl()
187 hpcdma_reset(struct hpc_dma_softc *sc) in hpcdma_reset()
198 hpcdma_flush(struct hpc_dma_softc *sc) in hpcdma_flush()
H A Dwdsc.c76 struct hpc_dma_softc sc_hpcdma;
207 struct hpc_dma_softc *dsc = &wsc->sc_hpcdma; in wdsc_dmasetup()
248 struct hpc_dma_softc *dsc = &wsc->sc_hpcdma; in wdsc_dmago()
275 struct hpc_dma_softc *dsc = &wsc->sc_hpcdma; in wdsc_dmastop()
298 struct hpc_dma_softc *dsc = &wsc->sc_hpcdma; in wdsc_reset()