Lines Matching defs:edma_cc
228 struct edma_cc { struct
229 struct device *dev;
230 struct edma_soc_info *info;
231 void __iomem *base;
232 int id;
233 bool legacy_mode;
236 unsigned num_channels;
237 unsigned num_qchannels;
238 unsigned num_region;
239 unsigned num_slots;
240 unsigned num_tc;
241 bool chmap_exist;
242 enum dma_event_q default_queue;
244 unsigned int ccint;
245 unsigned int ccerrint;
251 unsigned long *slot_inuse;
258 unsigned long *channels_mask;
260 struct dma_device dma_slave;
261 struct dma_device *dma_memcpy;
262 struct edma_chan *slave_chans;
263 struct edma_tc *tc_list;
264 int dummy_slot;