Searched refs:dstSize (Results 1 – 2 of 2) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/services/ |
D | srtm_sai_sdma_adapter.c | 382 uint32_t srcSize, dstSize, size; in SRTM_SaiSdmaAdapter_CopyData() local 395 dstSize = rtm->localRtm.periodSize - dstRtm->offset; in SRTM_SaiSdmaAdapter_CopyData() 396 size = MIN(srcSize, dstSize); in SRTM_SaiSdmaAdapter_CopyData() 430 uint32_t srcSize, dstSize, size; in SRTM_SaiSdmaAdapter_RxPeriodCopyAndNotify() local 444 dstSize = rtm->periodSize - dstRtm->offset; in SRTM_SaiSdmaAdapter_RxPeriodCopyAndNotify() 445 size = MIN(srcSize, dstSize); in SRTM_SaiSdmaAdapter_RxPeriodCopyAndNotify()
|
D | srtm_pdm_sdma_adapter.c | 306 uint32_t srcSize, dstSize, size; in SRTM_PdmSdmaAdapter_PeriodCopyAndNotify() local 320 dstSize = rtm->periodSize - dstRtm->offset; in SRTM_PdmSdmaAdapter_PeriodCopyAndNotify() 321 size = MIN(srcSize, dstSize); in SRTM_PdmSdmaAdapter_PeriodCopyAndNotify() 1404 uint32_t srcSize, dstSize, size; in SRTM_PdmSdmaAdapter_ExtPeriodCopyAndNotifyProc() local 1419 dstSize = rtm->periodSize - dstRtm->offset; in SRTM_PdmSdmaAdapter_ExtPeriodCopyAndNotifyProc() 1420 size = MIN(srcSize, dstSize); in SRTM_PdmSdmaAdapter_ExtPeriodCopyAndNotifyProc()
|