Home
last modified time | relevance | path

Searched refs:edma_sc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/arm/freescale/vybrid/
H A Dvf_sai.c153 struct edma_softc *edma_sc; member
404 struct edma_softc *edma_sc; in find_edma_controller() local
438 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()