Lines Matching defs:xilinx_dma_device
431 struct xilinx_dma_device { struct
432 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;
441 const struct xilinx_dma_config *dma_config;
442 struct clk *axi_clk;
443 struct clk *tx_clk;
444 struct clk *txs_clk;
445 struct clk *rx_clk;
446 struct clk *rxs_clk;
447 u32 nr_channels;
448 u32 chan_id;
449 u32 max_buffer_len;