Searched refs:DMA_MEM_TO_DEV (Results 1 – 9 of 9) sorted by relevance
| /bsp/rockchip/common/rk_hal/lib/hal/inc/ |
| A D | hal_dma.h | 30 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 D | snd_dma.c | 81 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 D | hal_dwdma.c | 195 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 D | hal_pl330.c | 702 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 D | hal_ledc.c | 411 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 D | hal_dma.h | 169 DMA_MEM_TO_DEV = 1, enumerator
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/twi/ |
| A D | hal_twi.c | 912 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 D | hal_dma.c | 450 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 D | hal_spi.c | 820 config->direction = DMA_MEM_TO_DEV; in spi_dma_tx_config()
|
Completed in 42 milliseconds