Searched defs:xilinx_dma_device (Results 1 – 1 of 1) sorted by relevance
495 struct xilinx_dma_device { struct496 void __iomem *regs;497 struct device *dev;498 struct dma_device common;499 struct xilinx_dma_chan *chan[XILINX_MCDMA_MAX_CHANS_PER_DEVICE];500 u32 flush_on_fsync;501 bool ext_addr;502 struct platform_device *pdev;503 const struct xilinx_dma_config *dma_config;504 struct clk *axi_clk;[all …]