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