Home
last modified time | relevance | path

Searched refs:DMA_IN (Results 1 – 7 of 7) sorted by relevance

/drivers/dma/
Dfsldma.c61 return DMA_IN(chan, &chan->regs->sr, 32); in get_sr()
71 return DMA_IN(chan, &chan->regs->mr, 32); in get_mr()
81 return DMA_IN(chan, &chan->regs->cdar, 64) & ~FSL_DMA_SNEN; in get_cdar()
91 return DMA_IN(chan, &chan->regs->bcr, 32); in get_bcr()
Dfsldma.h218 #define DMA_IN(fsl_chan, addr, width) \ macro
/drivers/scsi/arm/
Dacornscsi.h219 DMA_IN /* DMA from chip to memory */ enumerator
Dfas216.h190 DMA_IN /* DMA from chip to memory */ enumerator
Dacornscsi.c1086 if (host->dma.direction == DMA_IN) in acornscsi_dma_cleanup()
1109 if (host->dma.direction == DMA_IN) in acornscsi_dma_cleanup()
1154 if (host->dma.direction == DMA_IN) { in acornscsi_dma_intr()
1223 if (host->dma.direction == DMA_IN) in acornscsi_dma_xfer()
2098 acornscsi_dma_setup(host, DMA_IN); in acornscsi_sbicintr()
2175 acornscsi_dma_setup(host, DMA_IN); in acornscsi_sbicintr()
Deesox.c357 if (dir == DMA_IN) { in eesoxscsi_dma_pseudo()
Dfas216.c779 direction = DMA_IN; in fas216_transfer()