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