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