Searched refs:sc_idma_nsegs (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Ddwc_mmc_var.h66 int sc_idma_nsegs; member in struct:dwc_mmc_softc
H A Ddwc_mmc.c133 &sc->sc_idma_nsegs, BUS_DMA_WAITOK);
137 sc->sc_idma_nsegs, sc->sc_idma_size,
156 bus_dmamem_free(sc->sc_dmat, sc->sc_idma_segs, sc->sc_idma_nsegs);
/netbsd-current/sys/arch/arm/sunxi/
H A Dsunxi_mmc.c168 int sc_idma_nsegs; member in struct:sunxi_mmc_softc
467 &sc->sc_idma_nsegs, BUS_DMA_WAITOK);
471 sc->sc_idma_nsegs, sc->sc_idma_size,
490 bus_dmamem_free(sc->sc_dmat, sc->sc_idma_segs, sc->sc_idma_nsegs);

Completed in 85 milliseconds