Searched refs:periodsPerExt (Results 1 – 2 of 2) sorted by relevance
538 uint32_t periodsPerExt = in SRTM_PdmEdmaAdapter_LocalBufFullDMACb() local556 …rtm->localRtm.bufRtm.leadIdx = (rtm->localRtm.bufRtm.leadIdx + periodsPerExt) % rtm->localBuf.peri… in SRTM_PdmEdmaAdapter_LocalBufFullDMACb()557 …->localRtm.bufRtm.remainingLoadPeriods = rtm->localRtm.bufRtm.remainingLoadPeriods + periodsPerExt; in SRTM_PdmEdmaAdapter_LocalBufFullDMACb()558 … rtm->localRtm.bufRtm.remainingPeriods = rtm->localRtm.bufRtm.remainingPeriods + periodsPerExt; in SRTM_PdmEdmaAdapter_LocalBufFullDMACb()572 uint32_t periodsPerExt = in SRTM_PdmEdmaAdapter_LocalBufFullProc() local584 …if (periods < periodsPerExt) /* The localbuf is a ringbuffer, there are more periods need to be co… in SRTM_PdmEdmaAdapter_LocalBufFullProc()597 size = (periodsPerExt - periods) * rtm->localRtm.periodSize; in SRTM_PdmEdmaAdapter_LocalBufFullProc()622 size = periodsPerExt * rtm->localRtm.periodSize; in SRTM_PdmEdmaAdapter_LocalBufFullProc()
494 uint32_t periodsPerExt = in SRTM_PdmSdmaAdapter_LocalBufFullDMACb() local509 …rtm->localRtm.bufRtm.leadIdx = (rtm->localRtm.bufRtm.leadIdx + periodsPerExt) % rtm->localBuf.peri… in SRTM_PdmSdmaAdapter_LocalBufFullDMACb()510 …->localRtm.bufRtm.remainingLoadPeriods = rtm->localRtm.bufRtm.remainingLoadPeriods + periodsPerExt; in SRTM_PdmSdmaAdapter_LocalBufFullDMACb()511 … rtm->localRtm.bufRtm.remainingPeriods = rtm->localRtm.bufRtm.remainingPeriods + periodsPerExt; in SRTM_PdmSdmaAdapter_LocalBufFullDMACb()525 uint32_t periodsPerExt = in SRTM_PdmSdmaAdapter_LocalBufFullProc() local542 …if (periods < periodsPerExt) /* The localbuf is a ringbuffer, there are more periods need to be co… in SRTM_PdmSdmaAdapter_LocalBufFullProc()555 size = (periodsPerExt - periods) * rtm->localRtm.periodSize; in SRTM_PdmSdmaAdapter_LocalBufFullProc()563 size = periodsPerExt * rtm->localRtm.periodSize; in SRTM_PdmSdmaAdapter_LocalBufFullProc()