Lines Matching defs:edma_cc
229 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;
241 unsigned num_tc;
242 bool chmap_exist;
243 enum dma_event_q default_queue;
245 unsigned int ccint;
246 unsigned int ccerrint;
252 unsigned long *slot_inuse;
259 unsigned long *channels_mask;
261 struct dma_device dma_slave;
262 struct dma_device *dma_memcpy;
263 struct edma_chan *slave_chans;
264 struct edma_tc *tc_list;
265 int dummy_slot;