Searched refs:edma_sc (Results 1 – 1 of 1) sorted by relevance
157 struct edma_softc *edma_sc; member408 struct edma_softc *edma_sc; in find_edma_controller() local442 edma_sc = NULL; in find_edma_controller()447 edma_sc = device_get_softc(edma_dev); in find_edma_controller()448 if (edma_sc->device_id == edma_device_id) { in find_edma_controller()453 edma_sc = NULL; in find_edma_controller()457 if (edma_sc == NULL) { in find_edma_controller()462 sc->edma_sc = edma_sc; in find_edma_controller()464 sc->edma_chnum = edma_sc->channel_configure(edma_sc, edma_mux_group, in find_edma_controller()508 sc->edma_sc->dma_setup(sc->edma_sc, sc->tcd); in setup_dma()