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 has_sg;437 bool mcdma;438 u32 flush_on_fsync;439 bool ext_addr;440 struct platform_device *pdev;[all …]