Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_spdif_edma.c135 int8_t tcdSize = handle->tcdSize; in SPDIF_SubmitTransfer() local
139 if (tcdUsed >= tcdSize) in SPDIF_SubmitTransfer()
149 if (nextTcd == handle->tcdSize) in SPDIF_SubmitTransfer()
157 previousTcd = (currentTcd != 0x00) ? (currentTcd - 0x01) : (handle->tcdSize - 0x01); in SPDIF_SubmitTransfer()
Dfsl_edma.c880 void EDMA_InstallTCDMemory(edma_handle_t *handle, edma_tcd_t *tcdPool, uint32_t tcdSize) in EDMA_InstallTCDMemory() argument
897 handle->tcdSize = (int8_t)tcdSize; in EDMA_InstallTCDMemory()
1136 tmpTcdSize = handle->tcdSize; in EDMA_SubmitTransfer()
1147 if (nextTcd == handle->tcdSize) in EDMA_SubmitTransfer()
1155 previousTcd = currentTcd != 0 ? currentTcd - 1 : (handle->tcdSize - 1); in EDMA_SubmitTransfer()
1400 new_header = sga_index != 0U ? (uint8_t)sga_index - 1U : (uint8_t)handle->tcdSize - 1U; in EDMA_HandleIRQ()
1406 int8_t tmpTcdSize = handle->tcdSize; in EDMA_HandleIRQ()
1423 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()
/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_edma.c880 void EDMA_InstallTCDMemory(edma_handle_t *handle, edma_tcd_t *tcdPool, uint32_t tcdSize) in EDMA_InstallTCDMemory() argument
897 handle->tcdSize = (int8_t)tcdSize; in EDMA_InstallTCDMemory()
1136 tmpTcdSize = handle->tcdSize; in EDMA_SubmitTransfer()
1147 if (nextTcd == handle->tcdSize) in EDMA_SubmitTransfer()
1155 previousTcd = currentTcd != 0 ? currentTcd - 1 : (handle->tcdSize - 1); in EDMA_SubmitTransfer()
1400 new_header = sga_index != 0U ? (uint8_t)sga_index - 1U : (uint8_t)handle->tcdSize - 1U; in EDMA_HandleIRQ()
1406 int8_t tmpTcdSize = handle->tcdSize; in EDMA_HandleIRQ()
1423 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()