Lines Matching defs:sdma_engine
313 struct sdma_engine { struct
314 struct device *dev;
315 struct device_dma_parameters dma_parms;
316 struct sdma_channel channel[MAX_DMA_CHANNELS];
317 struct sdma_channel_control *channel_control;
318 void __iomem *regs;
319 enum sdma_devtype devtype;
320 unsigned int num_events;
321 struct sdma_context_data *context;
322 dma_addr_t context_phys;
323 struct dma_device dma_device;
324 struct clk *clk;
325 struct mutex channel_0_lock;
326 struct sdma_script_start_addrs *script_addrs;