Home
last modified time | relevance | path

Searched refs:SDMA_InstallBDMemory (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/sai/
Dfsl_sai_sdma.c180 SDMA_InstallBDMemory(dmaHandle, handle->bdPool, SAI_XFER_QUEUE_SIZE); in SAI_TransferTxCreateHandleSDMA()
225 SDMA_InstallBDMemory(dmaHandle, handle->bdPool, SAI_XFER_QUEUE_SIZE); in SAI_TransferRxCreateHandleSDMA()
714 SDMA_InstallBDMemory(handle->dmaHandle, handle->bdPool, handle->dmaHandle->bdCount); in SAI_TransferTerminateSendSDMA()
773 SDMA_InstallBDMemory(handle->dmaHandle, handle->bdPool, handle->dmaHandle->bdCount); in SAI_TransferTerminateReceiveSDMA()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/pdm/
Dfsl_pdm_sdma.c109 SDMA_InstallBDMemory(dmaHandle, handle->bdPool, PDM_XFER_QUEUE_SIZE); in PDM_TransferCreateHandleSDMA()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/easrc/
Dfsl_asrc_sdma.c212 SDMA_InstallBDMemory(dmaHandle, handle->inDMAHandle.bdPool, ASRC_XFER_IN_QUEUE_SIZE); in ASRC_TransferInCreateHandleSDMA()
264 SDMA_InstallBDMemory(dmaHandle, handle->outDMAHandle.bdPool, ASRC_XFER_OUT_QUEUE_SIZE); in ASRC_TransferOutCreateHandleSDMA()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/sdma/
Dfsl_sdma.h675 void SDMA_InstallBDMemory(sdma_handle_t *handle, sdma_buffer_descriptor_t *BDPool, uint32_t BDCount…
Dfsl_sdma.c579 void SDMA_InstallBDMemory(sdma_handle_t *handle, sdma_buffer_descriptor_t *BDPool, uint32_t BDCount) in SDMA_InstallBDMemory() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/services/
Dsrtm_pdm_sdma_adapter.c545 SDMA_InstallBDMemory(&handle->extBufDmaHandle.wDmaHandle, handle->extBufDmaHandle.bd, 2U); in SRTM_PdmSdmaAdapter_LocalBufFullProc()