Searched refs:loadIdx (Results 1 – 5 of 5) sorted by relevance
42 …uint32_t loadIdx; /* used to indicate period index preloaded either to DMA transfer or to… member266 xfer.dataSize = rtm->localRtm.periodsInfo[bufRtm->loadIdx].dataSize; in SRTM_SaiSdmaAdapter_PeriodTransferSDMA()267 xfer.data = rtm->localBuf.buf + bufRtm->loadIdx * rtm->localRtm.periodSize; in SRTM_SaiSdmaAdapter_PeriodTransferSDMA()284 bufRtm->loadIdx = (bufRtm->loadIdx + 1U) % rtm->localBuf.periods; in SRTM_SaiSdmaAdapter_PeriodTransferSDMA()296 xfer.data = rtm->bufAddr + bufRtm->loadIdx * rtm->periodSize + bufRtm->offset; in SRTM_SaiSdmaAdapter_PeriodTransferSDMA()321 xfer.data = rtm->bufAddr + bufRtm->loadIdx * rtm->periodSize + bufRtm->offset; in SRTM_SaiSdmaAdapter_PeriodTransferSDMA()343 bufRtm->loadIdx = (bufRtm->loadIdx + 1U) % rtm->periods; in SRTM_SaiSdmaAdapter_PeriodTransferSDMA()394 src = rtm->bufAddr + srcRtm->loadIdx * rtm->periodSize; in SRTM_SaiSdmaAdapter_CopyData()406 rtm->localRtm.periodsInfo[dstRtm->leadIdx].endRemoteIdx = srcRtm->loadIdx; in SRTM_SaiSdmaAdapter_CopyData()407 … srcRtm->loadIdx = (srcRtm->loadIdx + 1U) % rtm->periods; in SRTM_SaiSdmaAdapter_CopyData()[all …]
35 …uint32_t loadIdx; /* used to indicate period index preloaded either to DMA transfer or to… member229 xfer->dataSize = rtm->localRtm.periodsInfo[bufRtm->loadIdx].dataSize; in SRTM_SaiEdmaAdapter_GetXfer()230 xfer->data = rtm->localBuf.buf + bufRtm->loadIdx * rtm->localRtm.periodSize; in SRTM_SaiEdmaAdapter_GetXfer()237 xfer->data = rtm->bufAddr + bufRtm->loadIdx * rtm->periodSize; in SRTM_SaiEdmaAdapter_GetXfer()288 bufRtm->loadIdx = (bufRtm->loadIdx + 1U) % periods; in SRTM_SaiEdmaAdapter_DmaTransfer()313 src = rtm->bufAddr + srcRtm->loadIdx * rtm->periodSize; in SRTM_SaiEdmaAdapter_CopyData()324 rtm->localRtm.periodsInfo[dstRtm->leadIdx].endRemoteIdx = srcRtm->loadIdx; in SRTM_SaiEdmaAdapter_CopyData()325 … srcRtm->loadIdx = (srcRtm->loadIdx + 1U) % rtm->periods; in SRTM_SaiEdmaAdapter_CopyData()334 rtm->localRtm.periodsInfo[dstRtm->leadIdx].remoteIdx = srcRtm->loadIdx; in SRTM_SaiEdmaAdapter_CopyData()896 thisRtm->bufRtm.loadIdx = thisRtm->bufRtm.chaseIdx; in SRTM_SaiEdmaAdapter_Start()
43 …uint32_t loadIdx; /* used to indicate period index preloaded either to DMA transfer or to… member256 xfer.data = rtm->localBuf.buf + bufRtm->loadIdx * rtm->localRtm.periodSize; in SRTM_PdmEdmaAdapter_PeriodReceiveEDMA()264 bufRtm->loadIdx = (bufRtm->loadIdx + 1U) % rtm->localBuf.periods; in SRTM_PdmEdmaAdapter_PeriodReceiveEDMA()275 xfer.data = rtm->bufAddr + bufRtm->loadIdx * rtm->periodSize + bufRtm->offset; in SRTM_PdmEdmaAdapter_PeriodReceiveEDMA()290 xfer.data = rtm->bufAddr + bufRtm->loadIdx * rtm->periodSize + bufRtm->offset; in SRTM_PdmEdmaAdapter_PeriodReceiveEDMA()301 bufRtm->loadIdx = (bufRtm->loadIdx + 1U) % rtm->periods; in SRTM_PdmEdmaAdapter_PeriodReceiveEDMA()935 thisRtm->bufRtm.loadIdx = thisRtm->bufRtm.chaseIdx; in SRTM_PdmEdmaAdapter_Start()
39 …uint32_t loadIdx; /* used to indicate period index preloaded either to DMA transfer or to… member222 xfer.data = rtm->localBuf.buf + bufRtm->loadIdx * rtm->localRtm.periodSize; in SRTM_PdmSdmaAdapter_PeriodReceiveSDMA()230 bufRtm->loadIdx = (bufRtm->loadIdx + 1U) % rtm->localBuf.periods; in SRTM_PdmSdmaAdapter_PeriodReceiveSDMA()241 xfer.data = rtm->bufAddr + bufRtm->loadIdx * rtm->periodSize + bufRtm->offset; in SRTM_PdmSdmaAdapter_PeriodReceiveSDMA()256 xfer.data = rtm->bufAddr + bufRtm->loadIdx * rtm->periodSize + bufRtm->offset; in SRTM_PdmSdmaAdapter_PeriodReceiveSDMA()267 bufRtm->loadIdx = (bufRtm->loadIdx + 1U) % rtm->periods; in SRTM_PdmSdmaAdapter_PeriodReceiveSDMA()818 thisRtm->bufRtm.loadIdx = thisRtm->bufRtm.chaseIdx; in SRTM_PdmSdmaAdapter_Start()
90 int storeIdx, loadIdx; in calcCorMatrix() local147 loadIdx = 0; in calcCorMatrix()149 sumI -= tempBuffer[loadIdx++]; in calcCorMatrix()187 loadIdx = 0; in calcCorMatrix()189 sumI -= tempBuffer[loadIdx++]; in calcCorMatrix()190 sumQ -= tempBuffer[loadIdx++]; in calcCorMatrix()