Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/spdif/
Dfsl_spdif_edma.c138 int8_t tcdSize = handle->tcdSize; in SPDIF_SubmitTransfer() local
142 if (tcdUsed >= tcdSize) in SPDIF_SubmitTransfer()
152 if (nextTcd == handle->tcdSize) in SPDIF_SubmitTransfer()
160 previousTcd = (currentTcd != 0x00) ? (currentTcd - 0x01) : (handle->tcdSize - 0x01); in SPDIF_SubmitTransfer()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dma3/
Dfsl_edma.c860 void EDMA_InstallTCDMemory(edma_handle_t *handle, edma_tcd_t *tcdPool, uint32_t tcdSize) in EDMA_InstallTCDMemory() argument
869 handle->tcdSize = (int8_t)tcdSize; in EDMA_InstallTCDMemory()
1121 if (handle->tcdUsed >= handle->tcdSize) in EDMA_SubmitTransfer()
1131 if (nextTcd == handle->tcdSize) in EDMA_SubmitTransfer()
1139 previousTcd = currentTcd != 0 ? currentTcd - 1 : handle->tcdSize - 1; in EDMA_SubmitTransfer()
1409 new_header = sga_index != 0U ? (uint8_t)sga_index - 1U : (uint8_t)handle->tcdSize - 1U; in EDMA_HandleIRQ()
1414 if (handle->tcdUsed == handle->tcdSize) in EDMA_HandleIRQ()
1429 tcds_done += handle->tcdSize; in EDMA_HandleIRQ()
Dfsl_edma.h250 volatile int8_t tcdSize; /*!< The total number of TCD slots in the queue. */ member
856 void EDMA_InstallTCDMemory(edma_handle_t *handle, edma_tcd_t *tcdPool, uint32_t tcdSize);
981 int8_t tmpTcdSize = handle->tcdSize; in EDMA_GetUnusedTCDNumber()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/edma/
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()
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()