Searched refs:DMA_OUT (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Dfsldma.c44 DMA_OUT(chan, &chan->regs->mr, 0, 32);
53 DMA_OUT(chan, &chan->regs->mr, FSL_DMA_MR_EIE
61 DMA_OUT(chan, &chan->regs->mr, FSL_DMA_MR_EOTIE
69 DMA_OUT(chan, &chan->regs->sr, val, 32);
115 DMA_OUT(chan, &chan->regs->cdar, addr | FSL_DMA_SNEN, 64);
147 DMA_OUT(chan, &chan->regs->bcr, 0, 32);
159 DMA_OUT(chan, &chan->regs->mr, mode, 32);
169 DMA_OUT(chan, &chan->regs->mr, mode, 32);
172 DMA_OUT(chan, &chan->regs->mr, mode, 32);
227 DMA_OUT(cha
[all...]
H A Dfsldma.h185 #define DMA_OUT(fsl_chan, addr, val, width) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/arm/
H A Dcumana_2.c172 if (direction == DMA_OUT)
219 if (direction == DMA_OUT)
H A Dacornscsi.h218 DMA_OUT, /* DMA from memory to chip */ enumerator in enum:__anon14240
H A Darxescsi.c123 if (direction == DMA_OUT) {
H A Dfas216.h193 DMA_OUT, /* DMA from memory to chip */ enumerator in enum:__anon14255
H A Dpowertec.c144 if (direction == DMA_OUT)
H A Dacornscsi.c1033 if (direction == DMA_OUT) {
1036 printk(KERN_CRIT "scsi%d.%c: I can't handle DMA_OUT!\n",
1057 if (direction == DMA_OUT)
1185 if (host->dma.direction == DMA_OUT)
2091 acornscsi_dma_setup(host, DMA_OUT);
2169 acornscsi_dma_setup(host, DMA_OUT);
H A Deesox.c171 if (direction == DMA_OUT)
H A Dfas216.c663 * @direction: direction to transfer data (DMA_OUT/DMA_IN)
674 if (direction == DMA_OUT)
777 direction = DMA_OUT;

Completed in 57 milliseconds