Searched defs:xilinx_dma_device (Results 1 – 1 of 1) sorted by relevance
503 struct xilinx_dma_device { struct504 void __iomem *regs;505 struct device *dev;506 struct dma_device common;507 struct xilinx_dma_chan *chan[XILINX_MCDMA_MAX_CHANS_PER_DEVICE];508 u32 flush_on_fsync;509 bool ext_addr;510 struct platform_device *pdev;511 const struct xilinx_dma_config *dma_config;512 struct clk *axi_clk;[all …]