Searched defs:xilinx_dma_device (Results 1 – 1 of 1) sorted by relevance
509 struct xilinx_dma_device { struct510 void __iomem *regs;511 struct device *dev;512 struct dma_device common;513 struct xilinx_dma_chan *chan[XILINX_MCDMA_MAX_CHANS_PER_DEVICE];514 u32 flush_on_fsync;515 bool ext_addr;516 struct platform_device *pdev;517 const struct xilinx_dma_config *dma_config;518 struct clk *axi_clk;[all …]