Searched defs:dma_info (Results 1 – 6 of 6) sorted by relevance
208 struct dma_info { struct209 struct dma_pub dma; /* exported structure */210 char name[MAXNAMEL]; /* callers name for diag msgs */212 struct bcma_device *core;213 struct device *dmadev;216 struct brcms_ampdu_session ampdu_session;218 bool dma64; /* this dma engine is operating in 64-bit mode */219 bool addrext; /* this dma engine supports DmaExtendedAddrChanges */222 uint d64txregbase;224 uint d64rxregbase;[all …]
89 struct dma_info { struct90 struct platform_device *pdev;92 const char *name;93 unsigned int nr_channels;94 unsigned long flags;96 struct dma_ops *ops;97 struct dma_channel *channels;99 struct list_head list;100 int first_channel_nr;101 int first_vchannel_nr;
537 struct bfa_mem_dma_s *dma_info, *dma_elem; in bfad_hal_mem_release() local599 struct bfa_mem_dma_s *dma_info, *dma_elem; in bfad_hal_mem_alloc() local
1824 struct bfa_mem_dma_s *dma_info, *dma_elem; in bfa_attach() local
109 struct bfa_mem_dma_s dma_info; member
703 char dma_info[] = "no DMA"; in aha1542_hw_init() local