Searched defs:sdma_engine (Results 1 – 6 of 6) 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 …]
421 struct sdma_engine { struct422 struct device *dev;423 struct device_dma_parameters dma_parms;424 struct sdma_channel channel[MAX_DMA_CHANNELS];425 struct sdma_channel_control *channel_control;426 void __iomem *regs;427 struct sdma_context_data *context;428 dma_addr_t context_phys;429 struct dma_device dma_device;430 struct clk *clk_ipg;[all …]
209 unsigned int sdma_engine) in pm_unmap_queues_v9()
245 unsigned int sdma_engine) in pm_unmap_queues_vi()
363 unsigned int sdma_engine) in pm_send_unmap_queue()
1272 unsigned int sdma_engine) in unmap_sdma_queues()