Home
last modified time | relevance | path

Searched refs:finishedBufOffset (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/services/
Dsrtm_sai_sdma_adapter.c90 …uint32_t finishedBufOffset; /* offset from bufAddr where the data transfer has compl… member
468 rtm->finishedBufOffset = dstRtm->chaseIdx * rtm->periodSize; in SRTM_SaiSdmaAdapter_RxPeriodCopyAndNotify()
648 …rtm->finishedBufOffset = rtm->localRtm.periodsInfo[rtm->localRtm.bufRtm.chaseIdx].remoteIdx * rtm-… in SRTM_SaiSdmaTxCallback()
665 rtm->finishedBufOffset = rtm->bufRtm.chaseIdx * rtm->periodSize; in SRTM_SaiSdmaTxCallback()
747 rtm->finishedBufOffset = rtm->bufRtm.chaseIdx * rtm->periodSize; in SRTM_SaiSdmaRxCallback()
1126 thisRtm->finishedBufOffset = thisRtm->bufRtm.chaseIdx * thisRtm->periodSize; in SRTM_SaiSdmaAdapter_Start()
1545 *pOffset = rtm->finishedBufOffset; in SRTM_SaiSdmaAdapter_GetBufOffset()
Dsrtm_pdm_sdma_adapter.c92 …uint32_t finishedBufOffset; /* offset from bufAddr where the data transfer has com… member
344 rtm->finishedBufOffset = dstRtm->chaseIdx * rtm->periodSize; in SRTM_PdmSdmaAdapter_PeriodCopyAndNotify()
654 rtm->finishedBufOffset = rtm->bufRtm.chaseIdx * rtm->periodSize; in SRTM_PdmSdmaRxCallback()
827 thisRtm->finishedBufOffset = thisRtm->bufRtm.chaseIdx * thisRtm->periodSize; in SRTM_PdmSdmaAdapter_Start()
1171 *pOffset = rtm->finishedBufOffset; in SRTM_PdmSdmaAdapter_GetBufOffset()
1363 rtm->finishedBufOffset = dstRtm->chaseIdx * rtm->periodSize; in SRTM_PdmSdmaAdapter_DmaM2MCallback()