Searched defs:sdma_engine (Results 1 – 3 of 3) sorted by relevance
316 struct sdma_engine { struct317 struct device *dev;318 struct device_dma_parameters dma_parms;319 struct sdma_channel channel[MAX_DMA_CHANNELS];320 struct sdma_channel_control *channel_control;321 void __iomem *regs;322 struct sdma_context_data *context;323 dma_addr_t context_phys;324 struct dma_device dma_device;325 struct clk *clk_ipg;[all …]
473 unsigned int sdma_engine) in pm_send_unmap_queue()
934 unsigned int sdma_engine) in destroy_sdma_queues()