Lines Matching defs:mtk_cqdma_pchan
92 * struct mtk_cqdma_pchan - The struct holding info describing physical
101 struct mtk_cqdma_pchan {
124 struct mtk_cqdma_pchan *pc;
146 struct mtk_cqdma_pchan **pc;
169 static u32 mtk_dma_read(struct mtk_cqdma_pchan *pc, u32 reg)
174 static void mtk_dma_write(struct mtk_cqdma_pchan *pc, u32 reg, u32 val)
179 static void mtk_dma_rmw(struct mtk_cqdma_pchan *pc, u32 reg,
190 static void mtk_dma_set(struct mtk_cqdma_pchan *pc, u32 reg, u32 val)
195 static void mtk_dma_clr(struct mtk_cqdma_pchan *pc, u32 reg, u32 val)
205 static int mtk_cqdma_poll_engine_done(struct mtk_cqdma_pchan *pc, bool atomic)
223 static int mtk_cqdma_hard_reset(struct mtk_cqdma_pchan *pc)
231 static void mtk_cqdma_start(struct mtk_cqdma_pchan *pc,
269 struct mtk_cqdma_pchan *pc = cvc->pc;
314 *mtk_cqdma_consume_work_queue(struct mtk_cqdma_pchan *pc)
361 struct mtk_cqdma_pchan *pc = from_tasklet(pc, t, tasklet);
617 struct mtk_cqdma_pchan *pc = NULL;