Searched defs:mdma (Results 1 - 3 of 3) sorted by relevance

/drivers/rapidio/devices/
H A Dtsi721.c111 void __iomem *regs = priv->regs + TSI721_DMAC_BASE(priv->mdma.ch_id);
120 bd_ptr = priv->mdma.bd_base;
148 __func__, priv->mdma.ch_id, ch_stat);
1067 priv->mdma.ch_id = TSI721_DMACH_MAINT;
1077 priv->mdma.bd_num = bd_num;
1078 priv->mdma.bd_phys = bd_phys;
1079 priv->mdma.bd_base = bd_ptr;
1096 priv->mdma.bd_base = NULL;
1100 priv->mdma.sts_phys = sts_phys;
1101 priv->mdma
1142 struct tsi721_bdma_maint *mdma = &priv->mdma; local
[all...]
H A Dtsi721.h835 struct tsi721_bdma_maint mdma; /* Maintenance rd/wr request channel */ member in struct:tsi721_device
/drivers/dma/
H A Dmpc512x_dma.c267 struct mpc_dma *mdma = dma_chan_to_mpc_dma(&mchan->chan); local
311 memcpy_toio(&mdma->tcd[cid], first->tcd, sizeof(struct mpc_dma_tcd));
314 mdma->tcd[cid].e_sg = 1;
316 if (mdma->is_mpc8308) {
318 out_8(&mdma->regs->dmassrt, cid);
321 out_8(&mdma->regs->dmaserq, cid);
324 out_8(&mdma->regs->dmassrt, cid);
329 static void mpc_dma_irq_process(struct mpc_dma *mdma, u32 is, u32 es, int off) argument
338 mchan = &mdma->channels[ch + off];
342 out_8(&mdma
362 struct mpc_dma *mdma = data; local
387 mpc_dma_process_completed(struct mpc_dma *mdma) argument
431 struct mpc_dma *mdma = (void *)data; local
505 struct mpc_dma *mdma = dma_chan_to_mpc_dma(chan); local
563 struct mpc_dma *mdma = dma_chan_to_mpc_dma(chan); local
621 struct mpc_dma *mdma = dma_chan_to_mpc_dma(chan); local
696 struct mpc_dma *mdma = dma_chan_to_mpc_dma(chan); local
807 struct mpc_dma *mdma; local
883 struct mpc_dma *mdma; local
1067 struct mpc_dma *mdma = dev_get_drvdata(dev); local
[all...]

Completed in 47 milliseconds