Home
last modified time | relevance | path

Searched refs:tcdSize (Results 1 – 11 of 11) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/edma4/
Dfsl_edma.c1492 void EDMA_InstallTCDMemory(edma_handle_t *handle, edma_tcd_t *tcdPool, uint32_t tcdSize) in EDMA_InstallTCDMemory() argument
1509 handle->tcdSize = (int8_t)tcdSize; in EDMA_InstallTCDMemory()
1945 tmpTcdSize = handle->tcdSize; in EDMA_SubmitTransferTCD()
1956 if (nextTcd == handle->tcdSize) in EDMA_SubmitTransferTCD()
1964 previousTcd = currentTcd != 0 ? currentTcd - 1 : (handle->tcdSize - 1); in EDMA_SubmitTransferTCD()
2133 tmpTcdSize = handle->tcdSize; in EDMA_SubmitTransfer()
2144 if (nextTcd == handle->tcdSize) in EDMA_SubmitTransfer()
2152 previousTcd = currentTcd != 0 ? currentTcd - 1 : (handle->tcdSize - 1); in EDMA_SubmitTransfer()
2274 if (handle->tcdSize < (int8_t)transferLoopCount) in EDMA_SubmitLoopTransfer()
2302 (void)memset(handle->tcdPool, 0, (uint32_t)handle->tcdSize * sizeof(edma_tcd_t)); in EDMA_SubmitLoopTransfer()
[all …]
Dfsl_edma.h457 volatile int8_t tcdSize; /*!< The total number of TCD slots in the queue. */ member
1596 void EDMA_InstallTCDMemory(edma_handle_t *handle, edma_tcd_t *tcdPool, uint32_t tcdSize);
1837 int8_t tmpTcdSize = handle->tcdSize; in EDMA_GetUnusedTCDNumber()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX9352/drivers/edma4/
Dfsl_edma.c1499 void EDMA_InstallTCDMemory(edma_handle_t *handle, edma_tcd_t *tcdPool, uint32_t tcdSize) in EDMA_InstallTCDMemory() argument
1516 handle->tcdSize = (int8_t)tcdSize; in EDMA_InstallTCDMemory()
1952 tmpTcdSize = handle->tcdSize; in EDMA_SubmitTransferTCD()
1963 if (nextTcd == handle->tcdSize) in EDMA_SubmitTransferTCD()
1971 previousTcd = currentTcd != 0 ? currentTcd - 1 : (handle->tcdSize - 1); in EDMA_SubmitTransferTCD()
2140 tmpTcdSize = handle->tcdSize; in EDMA_SubmitTransfer()
2151 if (nextTcd == handle->tcdSize) in EDMA_SubmitTransfer()
2159 previousTcd = currentTcd != 0 ? currentTcd - 1 : (handle->tcdSize - 1); in EDMA_SubmitTransfer()
2281 if (handle->tcdSize < (int8_t)transferLoopCount) in EDMA_SubmitLoopTransfer()
2309 (void)memset(handle->tcdPool, 0, (uint32_t)handle->tcdSize * sizeof(edma_tcd_t)); in EDMA_SubmitLoopTransfer()
[all …]
Dfsl_edma.h457 volatile int8_t tcdSize; /*!< The total number of TCD slots in the queue. */ member
1596 void EDMA_InstallTCDMemory(edma_handle_t *handle, edma_tcd_t *tcdPool, uint32_t tcdSize);
1837 int8_t tmpTcdSize = handle->tcdSize; in EDMA_GetUnusedTCDNumber()
/hal_nxp-latest/mcux/mcux-sdk/drivers/dma3/
Dfsl_ad_edma.c863 void EDMA_AD_InstallTCDMemory(edma_handle_t *handle, edma_tcd_t *tcdPool, uint32_t tcdSize) in EDMA_AD_InstallTCDMemory() argument
872 handle->tcdSize = (int8_t)tcdSize; in EDMA_AD_InstallTCDMemory()
1120 if (handle->tcdUsed >= handle->tcdSize) in EDMA_AD_SubmitTransfer()
1130 if (nextTcd == handle->tcdSize) in EDMA_AD_SubmitTransfer()
1138 previousTcd = currentTcd != 0 ? currentTcd - 1 : handle->tcdSize - 1; in EDMA_AD_SubmitTransfer()
1408 new_header = sga_index != 0U ? (uint8_t)sga_index - 1U : (uint8_t)handle->tcdSize - 1U; in EDMA_AD_HandleIRQ()
1413 if (handle->tcdUsed == handle->tcdSize) in EDMA_AD_HandleIRQ()
1428 tcds_done += handle->tcdSize; in EDMA_AD_HandleIRQ()
Dfsl_edma.c891 void EDMA_InstallTCDMemory(edma_handle_t *handle, edma_tcd_t *tcdPool, uint32_t tcdSize) in EDMA_InstallTCDMemory() argument
900 handle->tcdSize = (int8_t)tcdSize; in EDMA_InstallTCDMemory()
1152 if (handle->tcdUsed >= handle->tcdSize) in EDMA_SubmitTransfer()
1162 if (nextTcd == handle->tcdSize) in EDMA_SubmitTransfer()
1170 previousTcd = currentTcd != 0 ? currentTcd - 1 : handle->tcdSize - 1; in EDMA_SubmitTransfer()
1464 new_header = sga_index != 0U ? (uint8_t)sga_index - 1U : (uint8_t)handle->tcdSize - 1U; in EDMA_HandleIRQ()
1469 if (handle->tcdUsed == handle->tcdSize) in EDMA_HandleIRQ()
1484 tcds_done += handle->tcdSize; in EDMA_HandleIRQ()
Dfsl_ad_edma.h252 volatile int8_t tcdSize; /*!< The total number of TCD slots in the queue. */ member
858 void EDMA_AD_InstallTCDMemory(edma_handle_t *handle, edma_tcd_t *tcdPool, uint32_t tcdSize);
983 int8_t tmpTcdSize = handle->tcdSize; in EDMA_AD_GetUnusedTCDNumber()
Dfsl_edma.h253 volatile int8_t tcdSize; /*!< The total number of TCD slots in the queue. */ member
859 void EDMA_InstallTCDMemory(edma_handle_t *handle, edma_tcd_t *tcdPool, uint32_t tcdSize);
984 int8_t tmpTcdSize = handle->tcdSize; in EDMA_GetUnusedTCDNumber()
/hal_nxp-latest/mcux/mcux-sdk/drivers/spdif/
Dfsl_spdif_edma.c142 int8_t tcdSize = handle->tcdSize; in SPDIF_SubmitTransfer() local
146 if (tcdUsed >= tcdSize) in SPDIF_SubmitTransfer()
156 if (nextTcd == handle->tcdSize) in SPDIF_SubmitTransfer()
164 previousTcd = (currentTcd != 0x00) ? (currentTcd - 0x01) : (handle->tcdSize - 0x01); in SPDIF_SubmitTransfer()
/hal_nxp-latest/mcux/mcux-sdk/drivers/edma/
Dfsl_edma.c896 void EDMA_InstallTCDMemory(edma_handle_t *handle, edma_tcd_t *tcdPool, uint32_t tcdSize) in EDMA_InstallTCDMemory() argument
913 handle->tcdSize = (int8_t)tcdSize; in EDMA_InstallTCDMemory()
1157 tmpTcdSize = handle->tcdSize; in EDMA_SubmitTransfer()
1168 if (nextTcd == handle->tcdSize) in EDMA_SubmitTransfer()
1176 previousTcd = currentTcd != 0 ? currentTcd - 1 : (handle->tcdSize - 1); in EDMA_SubmitTransfer()
1441 new_header = sga_index != 0U ? (uint8_t)sga_index - 1U : (uint8_t)handle->tcdSize - 1U; in EDMA_HandleIRQ()
1447 int8_t tmpTcdSize = handle->tcdSize; in EDMA_HandleIRQ()
1469 tcds_done += handle->tcdSize; in EDMA_HandleIRQ()
Dfsl_edma.h254 volatile int8_t tcdSize; /*!< The total number of TCD slots in the queue. */ member
839 void EDMA_InstallTCDMemory(edma_handle_t *handle, edma_tcd_t *tcdPool, uint32_t tcdSize);
962 int8_t tmpTcdSize = handle->tcdSize; in EDMA_GetUnusedTCDNumber()