Searched defs:sdma_engine (Results 1 – 5 of 5) sorted by relevance
270 struct sdma_engine { struct272 struct hfi1_devdata *dd;273 struct hfi1_pportdata *ppd;275 void __iomem *tail_csr;276 u64 imask; /* clear interrupt mask */277 u64 idle_mask;278 u64 progress_mask;279 u64 int_mask;281 volatile __le64 *head_dma; /* DMA'ed by chip */283 dma_addr_t head_phys;[all …]
517 struct sdma_engine { struct518 struct device *dev;519 struct sdma_channel channel[MAX_DMA_CHANNELS];520 struct sdma_channel_control *channel_control;521 void __iomem *regs;522 struct sdma_context_data *context;523 dma_addr_t context_phys;524 struct dma_device dma_device;525 struct clk *clk_ipg;526 struct clk *clk_ahb;[all …]
76 enum ta_xgmi_assigned_sdma_engine sdma_engine; member
57 uint32_t sdma_engine[8]; member
144 enum ta_xgmi_assigned_sdma_engine sdma_engine; member