Searched defs:xilinx_dma_device (Results 1 – 1 of 1) sorted by relevance
427 struct xilinx_dma_device { struct428 void __iomem *regs;429 struct device *dev;430 struct dma_device common;431 struct xilinx_dma_chan *chan[XILINX_DMA_MAX_CHANS_PER_DEVICE];432 bool has_sg;433 bool mcdma;434 u32 flush_on_fsync;435 bool ext_addr;436 struct platform_device *pdev;[all …]