Searched refs:dstAddr (Results 1 – 6 of 6) sorted by relevance
57 …uint32_t dstAddr; /*!< destination address … member
62 uint32_t dstAddr; /**< The destination physical address. */ member
134 uint32_t dstAddr; /**< Destination starting address */ member
870 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()
736 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()
66 uint32_t dstAddr; member246 DMA->DAR0 = llp ? 0x0 : inner->dstAddr ; in DMA_Transfer()
Completed in 15 milliseconds