Home
last modified time | relevance | path

Searched refs:DMA_DEV_TO_MEM (Results 1 – 8 of 8) sorted by relevance

/bsp/rockchip/common/rk_hal/lib/hal/inc/
A Dhal_dma.h31 DMA_DEV_TO_MEM, /**< Slave mode & From Device to Memory */ enumerator
88 return (direction == DMA_MEM_TO_DEV) || (direction == DMA_DEV_TO_MEM); in HAL_DMA_IsSlaveDirection()
/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/core/
A Dsnd_dma.c84 slave_config->direction = DMA_DEV_TO_MEM; in snd_hwparams_to_dma_slave_config()
143 return DMA_DEV_TO_MEM; in snd_pcm_substream_to_dma_direction()
/bsp/rockchip/common/rk_hal/lib/hal/src/
A Dhal_pl330.c705 case DMA_DEV_TO_MEM: in _Bursts()
905 if (pxs->desc->dir == DMA_DEV_TO_MEM) { in _Setup_Loops()
963 if (pxs->desc->dir == DMA_DEV_TO_MEM) { in _Setup_Xfer_Cyclic()
1766 } else if (config->direction == DMA_DEV_TO_MEM) { in HAL_PL330_Config()
1811 HAL_ASSERT(direction == DMA_MEM_TO_DEV || direction == DMA_DEV_TO_MEM); in HAL_PL330_PrepDmaCyclic()
1822 case DMA_DEV_TO_MEM: in HAL_PL330_PrepDmaCyclic()
1888 HAL_ASSERT(direction == DMA_MEM_TO_DEV || direction == DMA_DEV_TO_MEM); in HAL_PL330_PrepDmaSingle()
1899 case DMA_DEV_TO_MEM: in HAL_PL330_PrepDmaSingle()
A Dhal_dwdma.c199 case DMA_DEV_TO_MEM: in DWC_initialize()
478 case DMA_DEV_TO_MEM: in HAL_DWDMA_Start()
772 case DMA_DEV_TO_MEM: in HAL_DWDMA_PrepDmaCyclic()
/bsp/allwinner/libraries/sunxi-hal/include/hal/
A Dhal_dma.h170 DMA_DEV_TO_MEM = 2, enumerator
/bsp/allwinner/libraries/sunxi-hal/hal/source/dma/
A Dhal_dma.c459 else if (dir == DMA_DEV_TO_MEM) in hal_dma_prep_device()
538 else if (dir == DMA_DEV_TO_MEM) in hal_dma_prep_cyclic()
/bsp/allwinner/libraries/sunxi-hal/hal/source/twi/
A Dhal_twi.c921 slave_config.direction = DMA_DEV_TO_MEM; in twi_dma_xfer()
937 … hal_dma_prep_device(dma_chan, slave_config.dst_addr, slave_config.src_addr, len, DMA_DEV_TO_MEM); in twi_dma_xfer()
1086 ret = twi_dma_xfer(twi, rmsgs->buf, rmsgs->len, DMA_DEV_TO_MEM); in twi_dma_read()
/bsp/allwinner/libraries/sunxi-hal/hal/source/spi/
A Dhal_spi.c963 config->direction = DMA_DEV_TO_MEM; in spi_dma_rx_config()

Completed in 53 milliseconds