Home
last modified time | relevance | path

Searched defs:sdma_engine (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/dma/
Dimx-sdma.c316 struct sdma_engine { struct
317 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 …]
/linux-4.1.27/drivers/gpu/drm/amd/amdkfd/
Dkfd_packet_manager.c473 unsigned int sdma_engine) in pm_send_unmap_queue()
Dkfd_device_queue_manager.c934 unsigned int sdma_engine) in destroy_sdma_queues()