Lines Matching defs:edma_cc
238 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;
250 unsigned num_tc;
251 bool chmap_exist;
252 enum dma_event_q default_queue;
254 unsigned int ccint;
255 unsigned int ccerrint;
261 unsigned long *slot_inuse;
268 unsigned long *channels_mask;
270 struct dma_device dma_slave;
271 struct dma_device *dma_memcpy;
272 struct edma_chan *slave_chans;
273 struct edma_tc *tc_list;
274 int dummy_slot;