Lines Matching defs:xilinx_dma_device
503 struct xilinx_dma_device { struct
504 void __iomem *regs;
505 struct device *dev;
506 struct dma_device common;
507 struct xilinx_dma_chan *chan[XILINX_MCDMA_MAX_CHANS_PER_DEVICE];
508 u32 flush_on_fsync;
509 bool ext_addr;
510 struct platform_device *pdev;
511 const struct xilinx_dma_config *dma_config;
512 struct clk *axi_clk;
513 struct clk *tx_clk;
514 struct clk *txs_clk;
515 struct clk *rx_clk;
516 struct clk *rxs_clk;
517 u32 s2mm_chan_id;
518 u32 mm2s_chan_id;
519 u32 max_buffer_len;
520 bool has_axistream_connected;