Searched defs:sdma_engine (Results 1 – 4 of 4) sorted by relevance
321 struct sdma_engine { struct323 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 …]
374 struct sdma_engine { struct375 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 …]
480 unsigned int sdma_engine) in pm_send_unmap_queue()
867 unsigned int sdma_engine) in destroy_sdma_queues()