Searched defs:sdma_engine (Results 1 – 1 of 1) sorted by relevance
313 struct sdma_engine { struct314 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;[all …]