Searched refs:edma_softc (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/arm/freescale/vybrid/ |
| H A D | vf_edma.c | 97 struct edma_softc *sc; in edma_transfer_complete_intr() 121 struct edma_softc *sc; in edma_err_intr() 137 channel_free(struct edma_softc *sc, int chnum) in channel_free() 150 channel_configure(struct edma_softc *sc, int mux_grp, int mux_src) in channel_configure() 195 dma_stop(struct edma_softc *sc, int chnum) in dma_stop() 207 dma_setup(struct edma_softc *sc, struct tcd_conf *tcd) in dma_setup() 259 dma_request(struct edma_softc *sc, int chnum) in dma_request() 274 struct edma_softc *sc; in edma_attach() 333 sizeof(struct edma_softc),
|
| H A D | vf_edma.h | 172 struct edma_softc { struct 183 int (*channel_configure) (struct edma_softc *, int, int); argument 184 int (*channel_free) (struct edma_softc *, int); argument 185 int (*dma_request) (struct edma_softc *, int); argument 186 int (*dma_setup) (struct edma_softc *, struct tcd_conf *); argument 187 int (*dma_stop) (struct edma_softc *, int); argument
|
| H A D | vf_sai.c | 157 struct edma_softc *edma_sc; 408 struct edma_softc *edma_sc; in find_edma_controller()
|