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