Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/srtm/services/
Dsrtm_sai_edma_adapter.c81 …uint32_t finishedBufOffset; /* offset from bufAddr where the data transfer has com… member
391 rtm->finishedBufOffset = dstRtm->chaseIdx * rtm->periodSize; in SRTM_SaiEdmaAdapter_RxPeriodCopyAndNotify()
569 …rtm->finishedBufOffset = rtm->localRtm.periodsInfo[rtm->localRtm.bufRtm.chaseIdx].remoteIdx * rtm-… in SRTM_SaiEdmaTxCallback()
579 rtm->finishedBufOffset = rtm->bufRtm.chaseIdx * rtm->periodSize; in SRTM_SaiEdmaTxCallback()
636 rtm->finishedBufOffset = rtm->bufRtm.chaseIdx * rtm->periodSize; in SRTM_SaiEdmaRxCallback()
898 thisRtm->finishedBufOffset = thisRtm->bufRtm.chaseIdx * thisRtm->periodSize; in SRTM_SaiEdmaAdapter_Start()
1290 *pOffset = rtm->finishedBufOffset; in SRTM_SaiEdmaAdapter_GetBufOffset()
Dsrtm_sai_sdma_adapter.c93 …uint32_t finishedBufOffset; /* offset from bufAddr where the data transfer has com… member
470 rtm->finishedBufOffset = dstRtm->chaseIdx * rtm->periodSize; in SRTM_SaiSdmaAdapter_RxPeriodCopyAndNotify()
650 …rtm->finishedBufOffset = rtm->localRtm.periodsInfo[rtm->localRtm.bufRtm.chaseIdx].remoteIdx * rtm-… in SRTM_SaiSdmaTxCallback()
667 rtm->finishedBufOffset = rtm->bufRtm.chaseIdx * rtm->periodSize; in SRTM_SaiSdmaTxCallback()
749 rtm->finishedBufOffset = rtm->bufRtm.chaseIdx * rtm->periodSize; in SRTM_SaiSdmaRxCallback()
1130 thisRtm->finishedBufOffset = thisRtm->bufRtm.chaseIdx * thisRtm->periodSize; in SRTM_SaiSdmaAdapter_Start()
1549 *pOffset = rtm->finishedBufOffset; in SRTM_SaiSdmaAdapter_GetBufOffset()
Dsrtm_pdm_edma_adapter.c98 …uint32_t finishedBufOffset; /* offset from bufAddr where the data transfer has c… member
384 rtm->finishedBufOffset = dstRtm->chaseIdx * rtm->periodSize; in SRTM_PdmEdmaAdapter_PeriodCopyAndNotify()
736 rtm->finishedBufOffset = rtm->bufRtm.chaseIdx * rtm->periodSize; in SRTM_PdmEdmaRxCallback()
937 thisRtm->finishedBufOffset = thisRtm->bufRtm.chaseIdx * thisRtm->periodSize; in SRTM_PdmEdmaAdapter_Start()
1284 *pOffset = rtm->finishedBufOffset; in SRTM_PdmEdmaAdapter_GetBufOffset()
1527 rtm->finishedBufOffset = dstRtm->chaseIdx * rtm->periodSize; in SRTM_PdmEdmaAdapter_ExtPeriodCopyAndNotifyProc()
Dsrtm_pdm_sdma_adapter.c92 …uint32_t finishedBufOffset; /* offset from bufAddr where the data transfer has c… member
339 rtm->finishedBufOffset = dstRtm->chaseIdx * rtm->periodSize; in SRTM_PdmSdmaAdapter_PeriodCopyAndNotify()
649 rtm->finishedBufOffset = rtm->bufRtm.chaseIdx * rtm->periodSize; in SRTM_PdmSdmaRxCallback()
820 thisRtm->finishedBufOffset = thisRtm->bufRtm.chaseIdx * thisRtm->periodSize; in SRTM_PdmSdmaAdapter_Start()
1164 *pOffset = rtm->finishedBufOffset; in SRTM_PdmSdmaAdapter_GetBufOffset()
1356 rtm->finishedBufOffset = dstRtm->chaseIdx * rtm->periodSize; in SRTM_PdmSdmaAdapter_DmaM2MCallback()