Searched refs:DMA_IN (Results 1 - 14 of 14) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/dma/
H A Dfsldma.c74 return DMA_IN(chan, &chan->regs->sr, 32);
120 return DMA_IN(chan, &chan->regs->cdar, 64) & ~FSL_DMA_SNEN;
125 return DMA_IN(chan, &chan->regs->ndar, 64);
130 return DMA_IN(chan, &chan->regs->bcr, 32);
143 mode = DMA_IN(chan, &chan->regs->mr, 32);
167 mode = DMA_IN(chan, &chan->regs->mr, 32);
213 mode = DMA_IN(chan, &chan->regs->mr, 32);
245 mode = DMA_IN(chan, &chan->regs->mr, 32);
280 mode = DMA_IN(chan, &chan->regs->mr, 32);
H A Dfsldma.h182 #define DMA_IN(fsl_chan, addr, width) \ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/dma/
H A Dfsldma.c74 return DMA_IN(chan, &chan->regs->sr, 32);
120 return DMA_IN(chan, &chan->regs->cdar, 64) & ~FSL_DMA_SNEN;
125 return DMA_IN(chan, &chan->regs->ndar, 64);
130 return DMA_IN(chan, &chan->regs->bcr, 32);
143 mode = DMA_IN(chan, &chan->regs->mr, 32);
167 mode = DMA_IN(chan, &chan->regs->mr, 32);
213 mode = DMA_IN(chan, &chan->regs->mr, 32);
245 mode = DMA_IN(chan, &chan->regs->mr, 32);
280 mode = DMA_IN(chan, &chan->regs->mr, 32);
H A Dfsldma.h182 #define DMA_IN(fsl_chan, addr, width) \ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/arm/
H A Dacornscsi.h219 DMA_IN /* DMA from chip to memory */ enumerator in enum:__anon18089
H A Dfas216.h194 DMA_IN /* DMA from chip to memory */ enumerator in enum:__anon18104
H A Dacornscsi.c1096 if (host->dma.direction == DMA_IN)
1119 if (host->dma.direction == DMA_IN)
1164 if (host->dma.direction == DMA_IN) {
1215 if (host->dma.direction == DMA_IN)
2101 acornscsi_dma_setup(host, DMA_IN);
2178 acornscsi_dma_setup(host, DMA_IN);
H A Deesox.c357 if (dir == DMA_IN) {
H A Dfas216.c663 * @direction: direction to transfer data (DMA_OUT/DMA_IN)
779 direction = DMA_IN;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/arm/
H A Dacornscsi.h219 DMA_IN /* DMA from chip to memory */ enumerator in enum:__anon29782
H A Dfas216.h194 DMA_IN /* DMA from chip to memory */ enumerator in enum:__anon29797
H A Dacornscsi.c1096 if (host->dma.direction == DMA_IN)
1119 if (host->dma.direction == DMA_IN)
1164 if (host->dma.direction == DMA_IN) {
1215 if (host->dma.direction == DMA_IN)
2101 acornscsi_dma_setup(host, DMA_IN);
2178 acornscsi_dma_setup(host, DMA_IN);
H A Deesox.c357 if (dir == DMA_IN) {
H A Dfas216.c663 * @direction: direction to transfer data (DMA_OUT/DMA_IN)
779 direction = DMA_IN;

Completed in 181 milliseconds