Searched refs:edma_sc (Results 1 – 1 of 1) sorted by relevance
153 struct edma_softc *edma_sc; member404 struct edma_softc *edma_sc; in find_edma_controller() local438 edma_sc = NULL; in find_edma_controller()443 edma_sc = device_get_softc(edma_dev); in find_edma_controller()444 if (edma_sc->device_id == edma_device_id) { in find_edma_controller()449 edma_sc = NULL; in find_edma_controller()453 if (edma_sc == NULL) { in find_edma_controller()458 sc->edma_sc = edma_sc; in find_edma_controller()460 sc->edma_chnum = edma_sc->channel_configure(edma_sc, edma_mux_group, in find_edma_controller()504 sc->edma_sc->dma_setup(sc->edma_sc, sc->tcd); in setup_dma()