Lines Matching refs:dw_edma
26 static inline struct dw_hdma_v0_regs __iomem *__dw_regs(struct dw_edma *dw) in __dw_regs()
32 __dw_ch_regs(struct dw_edma *dw, enum dw_edma_dir dir, u16 ch) in __dw_ch_regs()
53 static void dw_hdma_v0_core_off(struct dw_edma *dw) in dw_hdma_v0_core_off()
66 static u16 dw_hdma_v0_core_ch_count(struct dw_edma *dw, enum dw_edma_dir dir) in dw_hdma_v0_core_ch_count()
78 struct dw_edma *dw = chan->dw; in dw_hdma_v0_core_ch_status()
94 struct dw_edma *dw = chan->dw; in dw_hdma_v0_core_clear_done_int()
101 struct dw_edma *dw = chan->dw; in dw_hdma_v0_core_clear_abort_int()
108 struct dw_edma *dw = chan->dw; in dw_hdma_v0_core_status_int()
117 struct dw_edma *dw = dw_irq->dw; in dw_hdma_v0_core_handle_int()
231 struct dw_edma *dw = chan->dw; in dw_hdma_v0_core_start()
268 struct dw_edma *dw = chan->dw; in dw_hdma_v0_core_ch_config()
281 static void dw_hdma_v0_core_debugfs_on(struct dw_edma *dw) in dw_hdma_v0_core_debugfs_on()
296 void dw_hdma_v0_core_register(struct dw_edma *dw) in dw_hdma_v0_core_register()