Lines Matching defs:sdma_engine
427 struct sdma_engine { struct
428 struct device *dev;
429 struct sdma_channel channel[MAX_DMA_CHANNELS];
430 struct sdma_channel_control *channel_control;
431 void __iomem *regs;
432 struct sdma_context_data *context;
433 dma_addr_t context_phys;
434 struct dma_device dma_device;
435 struct clk *clk_ipg;
436 struct clk *clk_ahb;
437 spinlock_t channel_0_lock;
438 u32 script_number;
439 struct sdma_script_start_addrs *script_addrs;
440 const struct sdma_driver_data *drvdata;
441 u32 spba_start_addr;
442 u32 spba_end_addr;
443 unsigned int irq;
444 dma_addr_t bd0_phys;
445 struct sdma_buffer_descriptor *bd0;
447 bool clk_ratio;