Home
last modified time | relevance | path

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

/drivers/infiniband/hw/hfi1/
Dsdma.h321 struct sdma_engine { struct
323 struct hfi1_devdata *dd;
324 struct hfi1_pportdata *ppd;
326 void __iomem *tail_csr;
327 u64 imask; /* clear interrupt mask */
328 u64 idle_mask;
329 u64 progress_mask;
330 u64 int_mask;
332 volatile __le64 *head_dma; /* DMA'ed by chip */
334 dma_addr_t head_phys;
[all …]
/drivers/dma/
Dimx-sdma.c374 struct sdma_engine { struct
375 struct device *dev;
376 struct device_dma_parameters dma_parms;
377 struct sdma_channel channel[MAX_DMA_CHANNELS];
378 struct sdma_channel_control *channel_control;
379 void __iomem *regs;
380 struct sdma_context_data *context;
381 dma_addr_t context_phys;
382 struct dma_device dma_device;
383 struct clk *clk_ipg;
[all …]
/drivers/gpu/drm/amd/amdkfd/
Dkfd_packet_manager.c480 unsigned int sdma_engine) in pm_send_unmap_queue()
Dkfd_device_queue_manager.c867 unsigned int sdma_engine) in destroy_sdma_queues()