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 …]
516 struct sdma_engine { struct517 struct device *dev;518 struct sdma_channel channel[MAX_DMA_CHANNELS];519 struct sdma_channel_control *channel_control;520 void __iomem *regs;521 struct sdma_context_data *context;522 dma_addr_t context_phys;523 struct dma_device dma_device;524 struct clk *clk_ipg;525 struct clk *clk_ahb;[all …]
76 enum ta_xgmi_assigned_sdma_engine sdma_engine; member
67 uint32_t sdma_engine[16]; member
150 enum ta_xgmi_assigned_sdma_engine sdma_engine; member