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