Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/xilinx/
Dxilinx_dma.c427 struct xilinx_dma_device { struct
428 void __iomem *regs;
429 struct device *dev;
430 struct dma_device common;
431 struct xilinx_dma_chan *chan[XILINX_DMA_MAX_CHANS_PER_DEVICE];
432 bool has_sg;
433 bool mcdma;
434 u32 flush_on_fsync;
435 bool ext_addr;
436 struct platform_device *pdev;
[all …]