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