Home
last modified time | relevance | path

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

/device/board/hihope/dayu210/audio_drivers/soc/src/
H A Drk3588_dma_ops.c218 slaveConfig.direction = DMA_MEM_TO_DEV; in Rk3588DmaConfigChannel()
332 direction = DMA_MEM_TO_DEV; in Rk3588DmaSubmit()
/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/
H A D8250_dma.c137 desc = dmaengine_prep_slave_single(dma->txchan, dma->tx_addr + xmit->tail, dma->tx_size, DMA_MEM_TO_DEV, in serial8250_tx_dma()
283 dma->txconf.direction = DMA_MEM_TO_DEV; in serial8250_request_dma()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Ddmaengine.h75 * @DMA_MEM_TO_DEV: Slave mode & From Memory to Device
81 DMA_MEM_TO_DEV, enumerator
246 * - DMA_MEM_TO_DEV / DEV_MEM_TO_MEM:
271 * - DMA_MEM_TO_DEV / DEV_MEM_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()
1575 case DMA_MEM_TO_DEV: in dmaengine_get_direction_text()
/device/board/hihope/rk3568/audio_drivers/soc/src/
H A Drk3568_dma_ops.c319 slaveConfig.direction = DMA_MEM_TO_DEV; in Rk3568DmaConfigChannel()
490 direction = DMA_MEM_TO_DEV; in Rk3568DmaSubmit()
/device/soc/rockchip/common/sdk_linux/drivers/spi/
H A Dspi-rockchip.c488 .direction = DMA_MEM_TO_DEV, in rockchip_spi_prepare_dma()
496 txdesc = dmaengine_prep_slave_sg(ctlr->dma_tx, xfer->tx_sg.sgl, xfer->tx_sg.nents, DMA_MEM_TO_DEV, in rockchip_spi_prepare_dma()

Completed in 8 milliseconds