Searched refs:tcd_conf (Results 1 – 3 of 3) sorted by relevance
130 struct tcd_conf { struct186 int (*dma_setup) (struct edma_softc *, struct tcd_conf *);
155 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()
207 dma_setup(struct edma_softc *sc, struct tcd_conf *tcd) in dma_setup()