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