Home
last modified time | relevance | path

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

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