Home
last modified time | relevance | path

Searched defs:mdma (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/dma/
Dimg-mdc-dma.c121 struct mdc_dma *mdma; member
152 static inline u32 mdc_readl(struct mdc_dma *mdma, u32 reg) in mdc_readl()
157 static inline void mdc_writel(struct mdc_dma *mdma, u32 val, u32 reg) in mdc_writel()
184 static inline struct device *mdma2dev(struct mdc_dma *mdma) in mdma2dev()
213 struct mdc_dma *mdma = mchan->mdma; in mdc_list_desc_config() local
265 struct mdc_dma *mdma = mdesc->chan->mdma; in mdc_list_desc_free() local
293 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
456 struct mdc_dma *mdma = mchan->mdma; in mdc_prep_slave_sg() local
529 struct mdc_dma *mdma = mchan->mdma; in mdc_issue_desc() local
[all …]
Dmpc512x_dma.c268 struct mpc_dma *mdma = dma_chan_to_mpc_dma(&mchan->chan); in mpc_dma_execute() local
330 static void mpc_dma_irq_process(struct mpc_dma *mdma, u32 is, u32 es, int off) in mpc_dma_irq_process()
363 struct mpc_dma *mdma = data; in mpc_dma_irq() local
388 static void mpc_dma_process_completed(struct mpc_dma *mdma) in mpc_dma_process_completed()
431 struct mpc_dma *mdma = (void *)data; in mpc_dma_tasklet() local
500 struct mpc_dma *mdma = dma_chan_to_mpc_dma(chan); in mpc_dma_alloc_chan_resources() local
558 struct mpc_dma *mdma = dma_chan_to_mpc_dma(chan); in mpc_dma_free_chan_resources() local
616 struct mpc_dma *mdma = dma_chan_to_mpc_dma(chan); in mpc_dma_prep_memcpy() local
700 struct mpc_dma *mdma = dma_chan_to_mpc_dma(chan); in mpc_dma_prep_slave_sg() local
844 struct mpc_dma *mdma = dma_chan_to_mpc_dma(&mchan->chan); in mpc_dma_device_config() local
[all …]
/Linux-v4.19/drivers/dma/qcom/
Dhidma.c117 struct hidma_dev *mdma = to_hidma_dev(ddev); in hidma_process_completed() local
404 struct hidma_dev *mdma = mchan->dmadev; in hidma_prep_dma_memcpy() local
436 struct hidma_dev *mdma = mchan->dmadev; in hidma_prep_dma_memset() local
530 struct hidma_dev *mdma = mchan->dmadev; in hidma_free_chan_resources() local
/Linux-v4.19/drivers/rapidio/devices/
Dtsi721.c1521 struct tsi721_bdma_maint *mdma = &priv->mdma; in tsi721_bdma_maint_free() local
Dtsi721.h902 struct tsi721_bdma_maint mdma; /* Maintenance rd/wr request channel */ member
/Linux-v4.19/drivers/crypto/stm32/
Dstm32-hash.c424 struct scatterlist *sg, int length, int mdma) in stm32_hash_xmit_dma()