Lines Matching defs:edma_cc
230 struct edma_cc { struct
231 struct device *dev;
232 struct edma_soc_info *info;
233 void __iomem *base;
234 int id;
235 bool legacy_mode;
238 unsigned num_channels;
239 unsigned num_qchannels;
240 unsigned num_region;
241 unsigned num_slots;
242 unsigned num_tc;
243 bool chmap_exist;
244 enum dma_event_q default_queue;
246 unsigned int ccint;
247 unsigned int ccerrint;
253 unsigned long *slot_inuse;
260 unsigned long *channels_mask;
262 struct dma_device dma_slave;
263 struct dma_device *dma_memcpy;
264 struct edma_chan *slave_chans;
265 struct edma_tc *tc_list;
266 int dummy_slot;