Home
last modified time | relevance | path

Searched refs:DMA_MEM_TO_DEV (Results 1 – 9 of 9) sorted by relevance

/bsp/rockchip/common/rk_hal/lib/hal/inc/
A Dhal_dma.h30 DMA_MEM_TO_DEV, /**< Slave mode & From Memory to Device */ 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.c81 slave_config->direction = DMA_MEM_TO_DEV; in snd_hwparams_to_dma_slave_config()
141 return DMA_MEM_TO_DEV; in snd_pcm_substream_to_dma_direction()
/bsp/rockchip/common/rk_hal/lib/hal/src/
A Dhal_dwdma.c195 case DMA_MEM_TO_DEV: in DWC_initialize()
475 case DMA_MEM_TO_DEV: in HAL_DWDMA_Start()
734 if (direction == DMA_MEM_TO_DEV) { in HAL_DWDMA_PrepDmaCyclic()
758 case DMA_MEM_TO_DEV: in HAL_DWDMA_PrepDmaCyclic()
849 if (direction == DMA_MEM_TO_DEV) { in HAL_DWDMA_PrepDmaSingle()
A Dhal_pl330.c702 case DMA_MEM_TO_DEV: in _Bursts()
908 } else if (pxs->desc->dir == DMA_MEM_TO_DEV) { in _Setup_Loops()
966 } else if (pxs->desc->dir == DMA_MEM_TO_DEV) { in _Setup_Xfer_Cyclic()
1753 if (config->direction == DMA_MEM_TO_DEV) { in HAL_PL330_Config()
1811 HAL_ASSERT(direction == DMA_MEM_TO_DEV || direction == DMA_DEV_TO_MEM); in HAL_PL330_PrepDmaCyclic()
1816 case DMA_MEM_TO_DEV: in HAL_PL330_PrepDmaCyclic()
1888 HAL_ASSERT(direction == DMA_MEM_TO_DEV || direction == DMA_DEV_TO_MEM); in HAL_PL330_PrepDmaSingle()
1893 case DMA_MEM_TO_DEV: in HAL_PL330_PrepDmaSingle()
/bsp/allwinner/libraries/sunxi-hal/hal/source/ledc/
A Dhal_ledc.c411 slave_config.direction = DMA_MEM_TO_DEV; in hal_ledc_trans_data()
421 … hal_dma_prep_device(dma_chan, slave_config.dst_addr, slave_config.src_addr, size, DMA_MEM_TO_DEV); in hal_ledc_trans_data()
/bsp/allwinner/libraries/sunxi-hal/include/hal/
A Dhal_dma.h169 DMA_MEM_TO_DEV = 1, enumerator
/bsp/allwinner/libraries/sunxi-hal/hal/source/twi/
A Dhal_twi.c912 if (dir == DMA_MEM_TO_DEV) in twi_dma_xfer()
914 slave_config.direction = DMA_MEM_TO_DEV; in twi_dma_xfer()
931 if (dir == DMA_MEM_TO_DEV) in twi_dma_xfer()
933 … hal_dma_prep_device(dma_chan, slave_config.dst_addr, slave_config.src_addr, len, DMA_MEM_TO_DEV); in twi_dma_xfer()
994 ret = twi_dma_xfer(twi, msgs->buf, msgs->len, DMA_MEM_TO_DEV); in twi_dma_write()
/bsp/allwinner/libraries/sunxi-hal/hal/source/dma/
A Dhal_dma.c450 if (dir == DMA_MEM_TO_DEV) in hal_dma_prep_device()
529 if (dir == DMA_MEM_TO_DEV) in hal_dma_prep_cyclic()
/bsp/allwinner/libraries/sunxi-hal/hal/source/spi/
A Dhal_spi.c820 config->direction = DMA_MEM_TO_DEV; in spi_dma_tx_config()

Completed in 42 milliseconds