Searched refs:edma_sc (Results 1 – 1 of 1) sorted by relevance
154 struct edma_softc *edma_sc; member405 struct edma_softc *edma_sc; in find_edma_controller() local439 edma_sc = NULL; in find_edma_controller()444 edma_sc = device_get_softc(edma_dev); in find_edma_controller()445 if (edma_sc->device_id == edma_device_id) { in find_edma_controller()450 edma_sc = NULL; in find_edma_controller()454 if (edma_sc == NULL) { in find_edma_controller()459 sc->edma_sc = edma_sc; in find_edma_controller()461 sc->edma_chnum = edma_sc->channel_configure(edma_sc, edma_mux_group, in find_edma_controller()505 sc->edma_sc->dma_setup(sc->edma_sc, sc->tcd); in setup_dma()