HomeSort by: relevance | last modified time | path
    Searched defs:sc_idma_nsegs (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
dwc_mmc_var.h 66 int sc_idma_nsegs; member in struct:dwc_mmc_softc
  /src/sys/arch/arm/sunxi/
sunxi_mmc.c 168 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 12 milliseconds