Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dsiopvar_common.h148 bus_dmamap_t sc_scriptdma; /* DMA map for script */ member
H A Dsiop_common.c87 PAGE_SIZE, 0, BUS_DMA_NOWAIT, &sc->sc_scriptdma); in siop_common_attach()
94 error = bus_dmamap_load(sc->sc_dmat, sc->sc_scriptdma, in siop_common_attach()
103 sc->sc_scriptdma->dm_segs[0].ds_addr; in siop_common_attach()
H A Dsiop.c115 bus_dmamap_sync(sc->sc_c.sc_dmat, sc->sc_c.sc_scriptdma, 0, in siop_script_sync()
271 bus_dmamap_sync(sc->sc_c.sc_dmat, sc->sc_c.sc_scriptdma, 0, in siop_reset()
H A Desiop.c112 bus_dmamap_sync(sc->sc_c.sc_dmat, sc->sc_c.sc_scriptdma, 0, in esiop_script_sync()
374 bus_dmamap_sync(sc->sc_c.sc_dmat, sc->sc_c.sc_scriptdma, 0, in esiop_reset()