Lines Matching defs:timb_dma
3 * timb_dma.c timberdale FPGA DMA driver
20 #include <linux/timb_dma.h>
87 struct timb_dma {
103 static struct timb_dma *tdchantotd(struct timb_dma_chan *td_chan)
106 return (struct timb_dma *)((u8 *)td_chan -
107 id * sizeof(struct timb_dma_chan) - sizeof(struct timb_dma));
114 struct timb_dma *td = tdchantotd(td_chan);
129 struct timb_dma *td = (struct timb_dma *)((u8 *)td_chan -
130 id * sizeof(struct timb_dma_chan) - sizeof(struct timb_dma));
258 static u32 __td_ier_mask(struct timb_dma *td)
568 struct timb_dma *td = from_tasklet(td, t, tasklet);
597 struct timb_dma *td = devid;
615 struct timb_dma *td;
745 struct timb_dma *td = platform_get_drvdata(pdev);