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