Searched defs:admac_data (Results 1 – 1 of 1) sorted by relevance
121 struct admac_data { struct122 struct dma_device dma;123 struct device *dev;124 __iomem void *base;125 struct reset_control *rstc;150 static int admac_alloc_sram_carveout(struct admac_data *ad, in admac_alloc_sram_carveout() argument