Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/freescale/vybrid/
H A Dvf_edma.h130 struct tcd_conf { struct
186 int (*dma_setup) (struct edma_softc *, struct tcd_conf *);
H A Dvf_sai.c155 struct tcd_conf *tcd;
387 struct tcd_conf *tcd; in sai_dma_intr()
477 struct tcd_conf *tcd; in setup_dma()
482 tcd = malloc(sizeof(struct tcd_conf), M_DEVBUF, M_WAITOK | M_ZERO); in setup_dma()
H A Dvf_edma.c207 dma_setup(struct edma_softc *sc, struct tcd_conf *tcd) in dma_setup()