edma_softc
struct edma_softc *sc;
channel_free(struct edma_softc *sc, int chnum)
channel_configure(struct edma_softc *sc, int mux_grp, int mux_src)
dma_stop(struct edma_softc *sc, int chnum)
dma_setup(struct edma_softc *sc, struct tcd_conf *tcd)
dma_request(struct edma_softc *sc, int chnum)
struct edma_softc *sc;
sizeof(struct edma_softc),
struct edma_softc *sc;
int (*channel_configure) (struct edma_softc *, int, int);
int (*channel_free) (struct edma_softc *, int);
int (*dma_request) (struct edma_softc *, int);
int (*dma_setup) (struct edma_softc *, struct tcd_conf *);
int (*dma_stop) (struct edma_softc *, int);
struct edma_softc *edma_sc;
struct edma_softc *edma_sc;