Home
last modified time | relevance | path

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

/freebsd/sys/arm/freescale/vybrid/
H A Dvf_edma.h128 struct tcd_conf { struct
184 int (*dma_setup) (struct edma_softc *, struct tcd_conf *);
H A Dvf_sai.c151 struct tcd_conf *tcd;
383 struct tcd_conf *tcd; in sai_dma_intr()
473 struct tcd_conf *tcd; in setup_dma()
478 tcd = malloc(sizeof(struct tcd_conf), M_DEVBUF, M_WAITOK | M_ZERO); in setup_dma()
H A Dvf_edma.c206 dma_setup(struct edma_softc *sc, struct tcd_conf *tcd) in dma_setup()