Lines Matching defs:mtk_cqdma_pchan
91 * struct mtk_cqdma_pchan - The struct holding info describing physical
100 struct mtk_cqdma_pchan {
123 struct mtk_cqdma_pchan *pc;
145 struct mtk_cqdma_pchan **pc;
168 static u32 mtk_dma_read(struct mtk_cqdma_pchan *pc, u32 reg)
173 static void mtk_dma_write(struct mtk_cqdma_pchan *pc, u32 reg, u32 val)
178 static void mtk_dma_rmw(struct mtk_cqdma_pchan *pc, u32 reg,
189 static void mtk_dma_set(struct mtk_cqdma_pchan *pc, u32 reg, u32 val)
194 static void mtk_dma_clr(struct mtk_cqdma_pchan *pc, u32 reg, u32 val)
204 static int mtk_cqdma_poll_engine_done(struct mtk_cqdma_pchan *pc, bool atomic)
222 static int mtk_cqdma_hard_reset(struct mtk_cqdma_pchan *pc)
230 static void mtk_cqdma_start(struct mtk_cqdma_pchan *pc,
268 struct mtk_cqdma_pchan *pc = cvc->pc;
313 *mtk_cqdma_consume_work_queue(struct mtk_cqdma_pchan *pc)
360 struct mtk_cqdma_pchan *pc = from_tasklet(pc, t, tasklet);
616 struct mtk_cqdma_pchan *pc = NULL;