Searched refs:dmac3_start (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/arch/newsmips/apbus/ |
H A D | dmac3var.h | 40 void dmac3_start(struct dmac3_softc *, vaddr_t, int, int);
|
H A D | dmac3.c | 139 dmac3_start(struct dmac3_softc *sc, vaddr_t addr, int len, int direction) in dmac3_start() function
|
H A D | spifi.c | 692 dmac3_start(sc->sc_dma, scb->daddr, scb->resid, DMAC3_CSR_RECV); in spifi_data_io() 697 dmac3_start(sc->sc_dma, scb->daddr, scb->resid, DMAC3_CSR_SEND); in spifi_data_io()
|