Lines Matching defs:dw
28 static inline struct dw_edma_v0_regs __iomem *__dw_regs(struct dw_edma *dw) in __dw_regs()
33 #define SET_32(dw, name, value) \ argument
36 #define GET_32(dw, name) \ argument
39 #define SET_RW_32(dw, dir, name, value) \ argument
47 #define GET_RW_32(dw, dir, name) \ argument
52 #define SET_BOTH_32(dw, name, value) \ argument
58 #define SET_64(dw, name, value) \ argument
61 #define GET_64(dw, name) \ argument
64 #define SET_RW_64(dw, dir, name, value) \ argument
72 #define GET_RW_64(dw, dir, name) \ argument
77 #define SET_BOTH_64(dw, name, value) \ argument
83 #define SET_COMPAT(dw, name, value) \ argument
86 #define SET_RW_COMPAT(dw, dir, name, value) \ argument
95 __dw_ch_regs(struct dw_edma *dw, enum dw_edma_dir dir, u16 ch) in __dw_ch_regs()
106 static inline void writel_ch(struct dw_edma *dw, enum dw_edma_dir dir, u16 ch, in writel_ch()
129 static inline u32 readl_ch(struct dw_edma *dw, enum dw_edma_dir dir, u16 ch, in readl_ch()
156 #define SET_CH_32(dw, dir, ch, name, value) \ argument
159 #define GET_CH_32(dw, dir, ch, name) \ argument
163 static void dw_edma_v0_core_off(struct dw_edma *dw) in dw_edma_v0_core_off()
172 static u16 dw_edma_v0_core_ch_count(struct dw_edma *dw, enum dw_edma_dir dir) in dw_edma_v0_core_ch_count()
191 struct dw_edma *dw = chan->dw; in dw_edma_v0_core_ch_status() local
207 struct dw_edma *dw = chan->dw; in dw_edma_v0_core_clear_done_int() local
215 struct dw_edma *dw = chan->dw; in dw_edma_v0_core_clear_abort_int() local
221 static u32 dw_edma_v0_core_status_done_int(struct dw_edma *dw, enum dw_edma_dir dir) in dw_edma_v0_core_status_done_int()
227 static u32 dw_edma_v0_core_status_abort_int(struct dw_edma *dw, enum dw_edma_dir dir) in dw_edma_v0_core_status_abort_int()
237 struct dw_edma *dw = dw_irq->dw; in dw_edma_v0_core_handle_int() local
366 struct dw_edma *dw = chan->dw; in dw_edma_v0_core_start() local
439 struct dw_edma *dw = chan->dw; in dw_edma_v0_core_ch_config() local
507 static void dw_edma_v0_core_debugfs_on(struct dw_edma *dw) in dw_edma_v0_core_debugfs_on()
522 void dw_edma_v0_core_register(struct dw_edma *dw) in dw_edma_v0_core_register()