Searched refs:sc_scriptdma (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | siopvar_common.h | 148 bus_dmamap_t sc_scriptdma; /* DMA map for script */ member
|
H A D | siop_common.c | 87 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 D | siop.c | 115 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 D | esiop.c | 112 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()
|