Searched refs:transLen (Results 1 – 2 of 2) sorted by relevance
/drivers/hdf_core/framework/support/platform/src/dma/ |
D | dmac_core.c | 408 ret = DmacAllocLli(chanInfo, msg->transLen, in DmacPeriphTransfer() 415 ret = DmacFillLli(cntlr, chanInfo, msg->srcAddr, msg->destAddr, msg->transLen); in DmacPeriphTransfer() 452 cntlr->dmacCacheFlush((uintptr_t)msg->srcAddr, (uintptr_t)(msg->srcAddr + msg->transLen)); in DmacM2mTransfer() 453 cntlr->dmacCacheInv((uintptr_t)msg->destAddr, (uintptr_t)(msg->destAddr + msg->transLen)); in DmacM2mTransfer() 454 leftSize = msg->transLen; in DmacM2mTransfer() 501 cntlr->dmacCacheInv(phyAddr, (uintptr_t)(phyAddr + msg->transLen)); in DmaCntlrTransfer() 506 cntlr->dmacCacheFlush(phyAddr, (uintptr_t)(phyAddr + msg->transLen)); in DmaCntlrTransfer()
|
/drivers/hdf_core/framework/support/platform/include/dma/ |
D | dmac_core.h | 79 size_t transLen; member
|