/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/edma4/ |
D | fsl_edma.c | 124 if ((tcd->DLAST_SGA != 0U) && ((tcd->CSR & (uint16_t)DMA_CSR_ESG_MASK) != 0U) && in EDMA_InstallTCD() 143 tcdRegs->DLAST_SGA = (uint32_t)tcd->DLAST_SGA; in EDMA_InstallTCD() 413 EDMA_TCD_BASE(base, channel)->DLAST_SGA = (uint32_t)destOffset; in EDMA_SetMajorOffsetConfig() 538 tcd->DLAST_SGA = 0U; in EDMA_TcdReset() 581 tcd->DLAST_SGA = CONVERT_TO_DMA_ADDRESS(nextTcd); in EDMA_TcdSetTransferConfig() 653 tcd->DLAST_SGA = CONVERT_TO_DMA_ADDRESS((uint32_t)((uint8_t *)transfer->linkTCD)); in EDMA_ConfigChannelSoftwareTCD() 659 tcd->DLAST_SGA = (uint32_t)transfer->dstMajorLoopOffset; in EDMA_ConfigChannelSoftwareTCD() 743 tcd->DLAST_SGA = (uint32_t)destOffset; in EDMA_TcdSetMajorOffsetConfig() 1082 tcdRegs->DLAST_SGA = 0; in EDMA_CreateHandle() 1425 tcd->DLAST_SGA = CONVERT_TO_DMA_ADDRESS(nextTcd); in EDMA_PrepareTransferTCD() [all …]
|
D | fsl_edma_core.h | 263 __IO uint32_t DLAST_SGA; /*!< DLASTSGA register, next tcd address used in scatter-gather mode */ member
|
D | fsl_edma.h | 1552 return (uint32_t)(handle->tcdBase->DLAST_SGA); in EDMA_GetNextTCDAddress()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/edma/ |
D | fsl_edma.c | 103 base->TCD[channel].DLAST_SGA = (int32_t)tcd->DLAST_SGA; in EDMA_InstallTCD() 281 base->TCD[channel].DLAST_SGA = destOffset; in EDMA_SetMajorOffsetConfig() 459 tcd->DLAST_SGA = 0U; in EDMA_TcdReset() 527 tcd->DLAST_SGA = MEMORY_ConvertMemoryMapAddress((uint32_t)nextTcd, kMEMORY_Local2DMA); in EDMA_TcdSetTransferConfig() 529 tcd->DLAST_SGA = (uint32_t)nextTcd; in EDMA_TcdSetTransferConfig() 583 tcd->DLAST_SGA = (uint32_t)destOffset; in EDMA_TcdSetMajorOffsetConfig() 879 tcdRegs->DLAST_SGA = 0; in EDMA_CreateHandle() 1184 handle->tcdPool[currentTcd].DLAST_SGA = in EDMA_SubmitTransfer() 1187 handle->tcdPool[currentTcd].DLAST_SGA = (uint32_t)&handle->tcdPool[nextTcd]; in EDMA_SubmitTransfer() 1203 if (tcdRegs->DLAST_SGA == in EDMA_SubmitTransfer() [all …]
|
D | fsl_edma.h | 214 __IO uint32_t DLAST_SGA; /*!< DLASTSGA register, next tcd address used in scatter-gather mode */ member 977 return (uint32_t)(handle->base->TCD[handle->channel].DLAST_SGA); in EDMA_GetNextTCDAddress()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/spdif/ |
D | fsl_spdif_edma.c | 171 …handle->tcdPool[currentTcd].DLAST_SGA = MEMORY_ConvertMemoryMapAddress((uint32_t)&handle->tcdPool[… in SPDIF_SubmitTransfer() 173 handle->tcdPool[currentTcd].DLAST_SGA = (uint32_t)&handle->tcdPool[nextTcd]; in SPDIF_SubmitTransfer() 188 …if (tcdRegs->DLAST_SGA == MEMORY_ConvertMemoryMapAddress((uint32_t)&handle->tcdPool[currentTcd], k… in SPDIF_SubmitTransfer() 190 if (tcdRegs->DLAST_SGA == (uint32_t)&handle->tcdPool[currentTcd]) in SPDIF_SubmitTransfer() 217 …if (tcdRegs->DLAST_SGA == MEMORY_ConvertMemoryMapAddress((uint32_t)&handle->tcdPool[nextTcd], kMEM… in SPDIF_SubmitTransfer() 219 if (tcdRegs->DLAST_SGA == (uint32_t)&handle->tcdPool[nextTcd]) in SPDIF_SubmitTransfer() 229 else if (tcdRegs->DLAST_SGA != 0x00U) in SPDIF_SubmitTransfer()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/dma3/ |
D | fsl_ad_edma.c | 106 base->CH[channel].TCD_DLAST_SGA = tcd->DLAST_SGA; in EDMA_AD_InstallTCD() 458 tcd->DLAST_SGA = 0U; in EDMA_AD_TcdReset() 529 tcd->DLAST_SGA = MEMORY_ConvertMemoryMapAddress((uint32_t)nextTcd, kMEMORY_Local2DMA); in EDMA_AD_TcdSetTransferConfig() 531 tcd->DLAST_SGA = (uint32_t)nextTcd; in EDMA_AD_TcdSetTransferConfig() 1152 handle->tcdPool[currentTcd].DLAST_SGA = temp; in EDMA_AD_SubmitTransfer() 1175 if (tcdRegs->DLAST_SGA == temp) in EDMA_AD_SubmitTransfer() 1214 if (tcdRegs->DLAST_SGA == temp) in EDMA_AD_SubmitTransfer() 1224 else if (tcdRegs->DLAST_SGA != 0U) in EDMA_AD_SubmitTransfer() 1279 if (tcdRegs->DLAST_SGA != 0U) in EDMA_AD_StartTransfer()
|
D | fsl_edma.c | 137 base->CH[channel].TCD_DLAST_SGA = tcd->DLAST_SGA; in EDMA_InstallTCD() 486 tcd->DLAST_SGA = 0U; in EDMA_TcdReset() 557 tcd->DLAST_SGA = MEMORY_ConvertMemoryMapAddress((uint32_t)nextTcd, kMEMORY_Local2DMA); in EDMA_TcdSetTransferConfig() 559 tcd->DLAST_SGA = (uint32_t)nextTcd; in EDMA_TcdSetTransferConfig() 1184 handle->tcdPool[currentTcd].DLAST_SGA = temp; in EDMA_SubmitTransfer() 1207 if (tcdRegs->DLAST_SGA == temp) in EDMA_SubmitTransfer() 1251 if (tcdRegs->DLAST_SGA == temp) in EDMA_SubmitTransfer() 1265 else if (tcdRegs->DLAST_SGA != 0U) in EDMA_SubmitTransfer() 1320 if (tcdRegs->DLAST_SGA != 0U) in EDMA_StartTransfer()
|
D | fsl_ad_edma.h | 227 … __IO uint32_t DLAST_SGA; /*!< DLASTSGA register, next stcd address used in scatter-gather mode */ member
|
D | fsl_edma.h | 228 … __IO uint32_t DLAST_SGA; /*!< DLASTSGA register, next stcd address used in scatter-gather mode */ member
|
/hal_nxp-3.7.0/s32/drivers/s32ze/BaseNXP/header/ |
D | S32Z2_EDMA3_TCD.h | 97 …__IO uint32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment / Sc… member
|
D | S32Z2_FEED_DMA_TCD.h | 97 …__IO uint32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment / Sc… member
|
D | S32Z2_RESULT_DMA_TCD.h | 97 …__IO uint32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment / Sc… member
|
D | S32Z2_EDMA4_TCD.h | 99 …__IO uint32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment / Sc… member
|
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKV10Z7/ |
D | MKV10Z7.h | 1499 …__IO int32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment/Scat… member
|
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKV30F12810/ |
D | MKV30F12810.h | 1595 …__IO int32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment/Scat… member
|
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MK02F12810/ |
D | MK02F12810.h | 1591 …__IO int32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment/Scat… member
|
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKV31F12810/ |
D | MKV31F12810.h | 1608 …__IO int32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment/Scat… member
|
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKV10Z1287/ |
D | MKV10Z1287.h | 1494 …__IO int32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment/Scat… member
|
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKE12Z7/ |
D | MKE12Z7.h | 1701 …__IO int32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment/Scat… member
|
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKV11Z7/ |
D | MKV11Z7.h | 2281 …__IO int32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment/Scat… member
|
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKE12Z9/ |
D | MKE12Z9.h | 1668 …__IO int32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment/Scat… member
|
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKE13Z7/ |
D | MKE13Z7.h | 1702 …__IO int32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment/Scat… member
|
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKV31F51212/ |
D | MKV31F51212.h | 1626 …__IO int32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment/Scat… member
|
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKV31F25612/ |
D | MKV31F25612.h | 1622 …__IO int32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment/Scat… member
|