Lines Matching defs:fsl_qdma_engine
136 #define FSL_QDMA_BLOCK_BASE_OFFSET(fsl_qdma_engine, x) \ argument
213 struct fsl_qdma_engine { struct
214 struct dma_device dma_dev;
215 void __iomem *ctrl_base;
216 void __iomem *status_base;
217 void __iomem *block_base;
218 u32 n_chans;
219 u32 n_queues;
220 struct mutex fsl_qdma_mutex;
221 int error_irq;
222 int *queue_irq;
223 u32 feature;
224 struct fsl_qdma_queue *queue;
225 struct fsl_qdma_queue **status;
226 struct fsl_qdma_chan *chans;
227 int block_number;
228 int block_offset;
229 int irq_base;
230 int desc_allocated;