Home
last modified time | relevance | path

Searched defs:xilinx_dma_device (Results 1 – 1 of 1) sorted by relevance

/linux-5.10/drivers/dma/xilinx/
Dxilinx_dma.c495 struct xilinx_dma_device { struct
496 void __iomem *regs;
497 struct device *dev;
498 struct dma_device common;
499 struct xilinx_dma_chan *chan[XILINX_MCDMA_MAX_CHANS_PER_DEVICE];
500 u32 flush_on_fsync;
501 bool ext_addr;
502 struct platform_device *pdev;
503 const struct xilinx_dma_config *dma_config;
504 struct clk *axi_clk;
[all …]