Home
last modified time | relevance | path

Searched defs:edma_cc (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/dma/ti/
Dedma.c229 struct edma_cc { struct
230 struct device *dev;
231 struct edma_soc_info *info;
232 void __iomem *base;
233 int id;
234 bool legacy_mode;
237 unsigned num_channels;
238 unsigned num_qchannels;
239 unsigned num_region;
240 unsigned num_slots;
[all …]
/kernel/linux/linux-5.10/drivers/dma/ti/
Dedma.c238 struct edma_cc { struct
239 struct device *dev;
240 struct edma_soc_info *info;
241 void __iomem *base;
242 int id;
243 bool legacy_mode;
246 unsigned num_channels;
247 unsigned num_qchannels;
248 unsigned num_region;
249 unsigned num_slots;
[all …]