Searched defs:mdma (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/dma/ |
D | img-mdc-dma.c | 120 struct mdc_dma *mdma; member 151 static inline u32 mdc_readl(struct mdc_dma *mdma, u32 reg) in mdc_readl() 156 static inline void mdc_writel(struct mdc_dma *mdma, u32 val, u32 reg) in mdc_writel() 183 static inline struct device *mdma2dev(struct mdc_dma *mdma) in mdma2dev() 212 struct mdc_dma *mdma = mchan->mdma; in mdc_list_desc_config() local 264 struct mdc_dma *mdma = mdesc->chan->mdma; in mdc_list_desc_free() local 292 struct mdc_dma *mdma = mchan->mdma; in mdc_prep_dma_memcpy() local 375 struct mdc_dma *mdma = mchan->mdma; in mdc_prep_dma_cyclic() local 457 struct mdc_dma *mdma = mchan->mdma; in mdc_prep_slave_sg() local 531 struct mdc_dma *mdma = mchan->mdma; in mdc_issue_desc() local [all …]
|
D | mpc512x_dma.c | 263 struct mpc_dma *mdma = dma_chan_to_mpc_dma(&mchan->chan); in mpc_dma_execute() local 325 static void mpc_dma_irq_process(struct mpc_dma *mdma, u32 is, u32 es, int off) in mpc_dma_irq_process() 358 struct mpc_dma *mdma = data; in mpc_dma_irq() local 383 static void mpc_dma_process_completed(struct mpc_dma *mdma) in mpc_dma_process_completed() 427 struct mpc_dma *mdma = (void *)data; in mpc_dma_tasklet() local 501 struct mpc_dma *mdma = dma_chan_to_mpc_dma(chan); in mpc_dma_alloc_chan_resources() local 559 struct mpc_dma *mdma = dma_chan_to_mpc_dma(chan); in mpc_dma_free_chan_resources() local 617 struct mpc_dma *mdma = dma_chan_to_mpc_dma(chan); in mpc_dma_prep_memcpy() local 692 struct mpc_dma *mdma = dma_chan_to_mpc_dma(chan); in mpc_dma_prep_slave_sg() local 848 struct mpc_dma *mdma = dma_chan_to_mpc_dma(chan); in mpc_dma_device_terminate_all() local [all …]
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | debug-mmrs.c | 209 bfin_debug_mmrs_dma(struct dentry *parent, unsigned long base, int num, char mdma, const char *pfx) in bfin_debug_mmrs_dma() 235 #define _DMA(num, base, mdma, pfx) bfin_debug_mmrs_dma(parent, base, num, mdma, pfx "DMA") argument
|
/linux-4.4.14/drivers/rapidio/devices/ |
D | tsi721.c | 1142 struct tsi721_bdma_maint *mdma = &priv->mdma; in tsi721_bdma_maint_free() local
|
D | tsi721.h | 833 struct tsi721_bdma_maint mdma; /* Maintenance rd/wr request channel */ member
|