Home
last modified time | relevance | path

Searched refs:DLAST_SGA (Results 1 – 25 of 85) sorted by relevance

1234

/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/edma4/
Dfsl_edma.c124 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 …]
Dfsl_edma_core.h263 __IO uint32_t DLAST_SGA; /*!< DLASTSGA register, next tcd address used in scatter-gather mode */ member
Dfsl_edma.h1552 return (uint32_t)(handle->tcdBase->DLAST_SGA); in EDMA_GetNextTCDAddress()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/edma/
Dfsl_edma.c103 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 …]
Dfsl_edma.h214 __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/
Dfsl_spdif_edma.c171 …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/
Dfsl_ad_edma.c106 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()
Dfsl_edma.c137 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()
Dfsl_ad_edma.h227 … __IO uint32_t DLAST_SGA; /*!< DLASTSGA register, next stcd address used in scatter-gather mode */ member
Dfsl_edma.h228 … __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/
DS32Z2_EDMA3_TCD.h97 …__IO uint32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment / Sc… member
DS32Z2_FEED_DMA_TCD.h97 …__IO uint32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment / Sc… member
DS32Z2_RESULT_DMA_TCD.h97 …__IO uint32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment / Sc… member
DS32Z2_EDMA4_TCD.h99 …__IO uint32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment / Sc… member
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKV10Z7/
DMKV10Z7.h1499 …__IO int32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment/Scat… member
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKV30F12810/
DMKV30F12810.h1595 …__IO int32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment/Scat… member
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MK02F12810/
DMK02F12810.h1591 …__IO int32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment/Scat… member
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKV31F12810/
DMKV31F12810.h1608 …__IO int32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment/Scat… member
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKV10Z1287/
DMKV10Z1287.h1494 …__IO int32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment/Scat… member
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKE12Z7/
DMKE12Z7.h1701 …__IO int32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment/Scat… member
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKV11Z7/
DMKV11Z7.h2281 …__IO int32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment/Scat… member
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKE12Z9/
DMKE12Z9.h1668 …__IO int32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment/Scat… member
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKE13Z7/
DMKE13Z7.h1702 …__IO int32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment/Scat… member
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKV31F51212/
DMKV31F51212.h1626 …__IO int32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment/Scat… member
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKV31F25612/
DMKV31F25612.h1622 …__IO int32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment/Scat… member

1234