Home
last modified time | relevance | path

Searched refs:dstAddr (Results 1 – 6 of 6) sorted by relevance

/bsp/CME_M7/StdPeriph_Driver/inc/
A Dcmem7_dma.h57 …uint32_t dstAddr; /*!< destination address … member
/bsp/rockchip/common/rk_hal/lib/hal/inc/
A Dhal_dma.h62 uint32_t dstAddr; /**< The destination physical address. */ member
A Dhal_pl330.h134 uint32_t dstAddr; /**< Destination starting address */ member
/bsp/rockchip/common/rk_hal/lib/hal/src/
A Dhal_pl330.c870 off += PL330_Instr_DMAMOV(dryRun, &buf[off], DAR, x->dstAddr); in _Loop_Cyclic()
931 off += PL330_Instr_DMAMOV(dryRun, &buf[off], DAR, x->dstAddr); in _Setup_Xfer()
1352 HAL_ASSERT(HAL_IS_CACHELINE_ALIGNED(desc->px.dstAddr)); in PL330_CleanInvalidateDataBuf()
1354 HAL_DCACHE_InvalidateByRange(desc->px.dstAddr, desc->px.length); in PL330_CleanInvalidateDataBuf()
1419 addr = desc->px.dstAddr; in HAL_PL330_GetPosition()
1754 if (config->dstAddr) { in HAL_PL330_Config()
1755 pchan->fifoAddr = config->dstAddr; in HAL_PL330_Config()
1845 desc->px.dstAddr = dst; in HAL_PL330_PrepDmaCyclic()
1922 desc->px.dstAddr = dst; in HAL_PL330_PrepDmaSingle()
1964 desc->px.dstAddr = dst; in HAL_PL330_PrepDmaMemcpy()
A Dhal_dwdma.c736 WRITE_REG(dwc->creg->DAR, config->dstAddr); in HAL_DWDMA_PrepDmaCyclic()
759 desc->lli.dar = config->dstAddr; in HAL_DWDMA_PrepDmaCyclic()
853 dst = config->dstAddr; in HAL_DWDMA_PrepDmaSingle()
/bsp/CME_M7/StdPeriph_Driver/src/
A Dcmem7_dma.c66 uint32_t dstAddr; member
246 DMA->DAR0 = llp ? 0x0 : inner->dstAddr ; in DMA_Transfer()

Completed in 15 milliseconds