Lines Matching defs:cppi41_dd
129 struct cppi41_dd { struct
130 struct dma_device ddev;
132 void *qmgr_scratch;
133 dma_addr_t scratch_phys;
135 struct cppi41_desc *cd;
136 dma_addr_t descs_phys;
137 u32 first_td_desc;
138 struct cppi41_channel *chan_busy[ALLOC_DECS_NUM];
140 void __iomem *usbss_mem;
141 void __iomem *ctrl_mem;
142 void __iomem *sched_mem;
143 void __iomem *qmgr_mem;
144 unsigned int irq;
145 const struct chan_queues *queues_rx;
146 const struct chan_queues *queues_tx;
147 struct chan_queues td_queue;
150 unsigned int dma_tdfdq;