Searched refs:timb_dma (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A DMakefile24 obj-$(CONFIG_TIMB_DMA) += timb_dma.o
H A Dtimb_dma.c2 * timb_dma.c timberdale FPGA DMA driver
32 #include <linux/timb_dma.h>
98 struct timb_dma { struct
114 static struct timb_dma *tdchantotd(struct timb_dma_chan *td_chan)
117 return (struct timb_dma *)((u8 *)td_chan -
118 id * sizeof(struct timb_dma_chan) - sizeof(struct timb_dma));
125 struct timb_dma *td = tdchantotd(td_chan);
140 struct timb_dma *td = (struct timb_dma *)((u8 *)td_chan -
141 id * sizeof(struct timb_dma_chan) - sizeof(struct timb_dma));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mfd/
H A Dtimberdale.c44 #include <linux/timb_dma.h>

Completed in 67 milliseconds