Home
last modified time | relevance | path

Searched refs:chanInfo (Results 1 - 1 of 1) sorted by relevance

/device/soc/hisilicon/common/platform/dmac/
H A Ddmac_hi35xx.c169 static int32_t HiDmacGetChanInfo(struct DmaCntlr *cntlr, struct DmacChanInfo *chanInfo, struct DmacMsg *msg) in HiDmacGetChanInfo() argument
178 if (chanInfo == NULL || msg == NULL) { in HiDmacGetChanInfo()
182 if (chanInfo->transType == TRASFER_TYPE_P2M || chanInfo->transType == TRASFER_TYPE_M2P) { in HiDmacGetChanInfo()
183 periphId = HiDmacGetPriId(DmacMsgGetPeriphAddr(msg), chanInfo->transType); in HiDmacGetChanInfo()
192 chanInfo->srcWidth = msg->srcWidth; in HiDmacGetChanInfo()
193 chanInfo->destWidth = chanInfo->srcWidth; in HiDmacGetChanInfo()
194 localSrcWidth = HiDmacToLocalWitdh(chanInfo->srcWidth, g_peripheral[periphId].transWidth); in HiDmacGetChanInfo()
196 chanInfo in HiDmacGetChanInfo()
216 HiDmacStartM2M(struct DmaCntlr *cntlr, struct DmacChanInfo *chanInfo, uintptr_t psrc, uintptr_t pdst, size_t len) HiDmacStartM2M() argument
250 HiDmacStartLli(struct DmaCntlr *cntlr, struct DmacChanInfo *chanInfo) HiDmacStartLli() argument
[all...]

Completed in 1 milliseconds