Home
last modified time | relevance | path

Searched refs:DMA_DEV_TO_MEM (Results 1 - 5 of 5) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/
H A D8250_dma.c204 desc = dmaengine_prep_dma_cyclic(dma->rxchan, dma->rx_addr, dma->rx_size, dma->rx_size, DMA_DEV_TO_MEM, in serial8250_start_rx_dma()
231 desc = dmaengine_prep_slave_single(dma->rxchan, dma->rx_addr, dma->rx_size, DMA_DEV_TO_MEM, in serial8250_rx_dma()
272 dma->rxconf.direction = DMA_DEV_TO_MEM; in serial8250_request_dma()
/device/board/hihope/dayu210/audio_drivers/soc/src/
H A Drk3588_dma_ops.c224 slaveConfig.direction = DMA_DEV_TO_MEM; in Rk3588DmaConfigChannel()
348 direction = DMA_DEV_TO_MEM; in Rk3588DmaSubmit()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Ddmaengine.h76 * @DMA_DEV_TO_MEM: Slave mode & From Device to Memory
82 DMA_DEV_TO_MEM, enumerator
252 * - DMA_DEV_TO_MEM:
279 * - DMA_DEV_TO_MEM:
387 * channel, right now. DMA_MEM_TO_DEV and DMA_DEV_TO_MEM are
939 return (direction == DMA_MEM_TO_DEV) || (direction == DMA_DEV_TO_MEM); in is_slave_direction()
1573 case DMA_DEV_TO_MEM: in dmaengine_get_direction_text()
/device/board/hihope/rk3568/audio_drivers/soc/src/
H A Drk3568_dma_ops.c325 slaveConfig.direction = DMA_DEV_TO_MEM; in Rk3568DmaConfigChannel()
509 direction = DMA_DEV_TO_MEM; in Rk3568DmaSubmit()
/device/soc/rockchip/common/sdk_linux/drivers/spi/
H A Dspi-rockchip.c467 .direction = DMA_DEV_TO_MEM, in rockchip_spi_prepare_dma()
475 rxdesc = dmaengine_prep_slave_sg(ctlr->dma_rx, xfer->rx_sg.sgl, xfer->rx_sg.nents, DMA_DEV_TO_MEM, in rockchip_spi_prepare_dma()

Completed in 7 milliseconds