Searched refs:sc_cmd_dmas (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Dmalovar.h93 bus_dma_segment_t sc_cmd_dmas; member in struct:malo_softc
H A Dmalo.c490 0, &sc->sc_cmd_dmas, 1, &nsegs, BUS_DMA_WAITOK);
496 error = bus_dmamem_map(sc->sc_dmat, &sc->sc_cmd_dmas, nsegs,
507 bus_dmamem_free(sc->sc_dmat, &sc->sc_cmd_dmas, nsegs);
528 bus_dmamem_free(sc->sc_dmat, &sc->sc_cmd_dmas, 1);

Completed in 185 milliseconds