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.h226 #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.c1087 if (host->dma.direction == DMA_IN) in acornscsi_dma_cleanup()
1110 if (host->dma.direction == DMA_IN) in acornscsi_dma_cleanup()
1155 if (host->dma.direction == DMA_IN) { in acornscsi_dma_intr()
1224 if (host->dma.direction == DMA_IN) in acornscsi_dma_xfer()
2099 acornscsi_dma_setup(host, DMA_IN); in acornscsi_sbicintr()
2176 acornscsi_dma_setup(host, DMA_IN); in acornscsi_sbicintr()
Deesox.c357 if (dir == DMA_IN) { in eesoxscsi_dma_pseudo()
Dfas216.c780 direction = DMA_IN; in fas216_transfer()