Searched defs:mdma (Results 1 – 2 of 2) sorted by relevance
/linux-3.3/drivers/dma/ |
D | mpc512x_dma.c | 237 struct mpc_dma *mdma = dma_chan_to_mpc_dma(&mchan->chan); in mpc_dma_execute() local 274 static void mpc_dma_irq_process(struct mpc_dma *mdma, u32 is, u32 es, int off) in mpc_dma_irq_process() 307 struct mpc_dma *mdma = data; in mpc_dma_irq() local 332 static void mpc_dma_process_completed(struct mpc_dma *mdma) in mpc_dma_process_completed() 376 struct mpc_dma *mdma = (void *)data; in mpc_dma_tasklet() local 456 struct mpc_dma *mdma = dma_chan_to_mpc_dma(chan); in mpc_dma_alloc_chan_resources() local 514 struct mpc_dma *mdma = dma_chan_to_mpc_dma(chan); in mpc_dma_free_chan_resources() local 583 struct mpc_dma *mdma = dma_chan_to_mpc_dma(chan); in mpc_dma_prep_memcpy() local 657 struct mpc_dma *mdma; in mpc_dma_probe() local 814 struct mpc_dma *mdma = dev_get_drvdata(dev); in mpc_dma_remove() local
|
/linux-3.3/arch/blackfin/kernel/ |
D | debug-mmrs.c | 207 bfin_debug_mmrs_dma(struct dentry *parent, unsigned long base, int num, char mdma, const char *pfx) in bfin_debug_mmrs_dma() 231 #define _DMA(num, base, mdma, pfx) bfin_debug_mmrs_dma(parent, base, num, mdma, pfx "DMA") argument
|