Lines Matching defs:dw
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()
40 #define SET_CH_32(dw, dir, ch, name, value) \ argument
43 #define GET_CH_32(dw, dir, ch, name) \ argument
46 #define SET_BOTH_CH_32(dw, ch, name, value) \ argument
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() local
94 struct dw_edma *dw = chan->dw; in dw_hdma_v0_core_clear_done_int() local
101 struct dw_edma *dw = chan->dw; in dw_hdma_v0_core_clear_abort_int() local
108 struct dw_edma *dw = chan->dw; in dw_hdma_v0_core_status_int() local
117 struct dw_edma *dw = dw_irq->dw; in dw_hdma_v0_core_handle_int() local
242 struct dw_edma *dw = chan->dw; in dw_hdma_v0_core_start() local
278 struct dw_edma *dw = chan->dw; in dw_hdma_v0_core_ch_config() local
291 static void dw_hdma_v0_core_debugfs_on(struct dw_edma *dw) in dw_hdma_v0_core_debugfs_on()
306 void dw_hdma_v0_core_register(struct dw_edma *dw) in dw_hdma_v0_core_register()