Searched defs:xilinx_dma_device (Results 1 – 1 of 1) sorted by relevance
431 struct xilinx_dma_device { struct432 void __iomem *regs;433 struct device *dev;434 struct dma_device common;435 struct xilinx_dma_chan *chan[XILINX_DMA_MAX_CHANS_PER_DEVICE];436 bool mcdma;437 u32 flush_on_fsync;438 bool ext_addr;439 struct platform_device *pdev;440 const struct xilinx_dma_config *dma_config;[all …]