Home
last modified time | relevance | path

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

1234

/hal_nxp-latest/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-latest/mcux/mcux-sdk/drivers/spdif/
Dfsl_spdif_edma.c263 handle->tcdPool[currentTcd].DLAST_SGA = in SPDIF_SubmitTransfer()
266 handle->tcdPool[currentTcd].DLAST_SGA = (uint32_t)&handle->tcdPool[nextTcd]; in SPDIF_SubmitTransfer()
281 if (tcdRegs->DLAST_SGA == in SPDIF_SubmitTransfer()
284 if (tcdRegs->DLAST_SGA == (uint32_t)&handle->tcdPool[currentTcd]) in SPDIF_SubmitTransfer()
311 if (tcdRegs->DLAST_SGA == in SPDIF_SubmitTransfer()
314 if (tcdRegs->DLAST_SGA == (uint32_t)&handle->tcdPool[nextTcd]) in SPDIF_SubmitTransfer()
324 else if (tcdRegs->DLAST_SGA != 0x00U) in SPDIF_SubmitTransfer()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMX9352/drivers/edma4/
Dfsl_edma_core.h212 …__IO uint32_t DLAST_SGA; /*!< DLASTSGA register, next tcd address used in scatter-gather mode… member
232 __IO uint32_t DLAST_SGA; /*!< DLASTSGA register, next tcd address used in scatter-gather mode */ member
307 (&(((edma4_core_tcd_t *)(&(tcd)->TCD_REGS.edma4_tcd))->DLAST_SGA)) : \
308 (&(((edma5_core_tcd_t *)(&(tcd)->TCD_REGS.edma5_tcd))->DLAST_SGA))))
335 …efine EDMA_TCD_DLAST_SGA(tcd, flag) (((edma4_core_tcd_t *)(&(tcd)->TCD_REGS.edma4_tcd))->DLAST_SGA)
Dfsl_edma.c2366 if (tcdRegs->DLAST_SGA != 0U) in EDMA_StartTransfer()
/hal_nxp-latest/mcux/mcux-sdk/drivers/edma4/
Dfsl_edma_core.h212 …__IO uint32_t DLAST_SGA; /*!< DLASTSGA register, next tcd address used in scatter-gather mode… member
232 __IO uint32_t DLAST_SGA; /*!< DLASTSGA register, next tcd address used in scatter-gather mode */ member
307 (&(((edma4_core_tcd_t *)(&(tcd)->TCD_REGS.edma4_tcd))->DLAST_SGA)) : \
308 (&(((edma5_core_tcd_t *)(&(tcd)->TCD_REGS.edma5_tcd))->DLAST_SGA))))
335 …efine EDMA_TCD_DLAST_SGA(tcd, flag) (((edma4_core_tcd_t *)(&(tcd)->TCD_REGS.edma4_tcd))->DLAST_SGA)
Dfsl_edma.c2366 if (tcdRegs->DLAST_SGA != 0U) in EDMA_StartTransfer()
/hal_nxp-latest/mcux/mcux-sdk/drivers/dma3/
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.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_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-latest/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-latest/mcux/mcux-sdk/boards/evkmimxrt1180/jlinkscript/
Devkmimxrt1180_cm33.jlinkscript391 _WriteViaCM33AP32(0x52010038, 0x00000000); // DMA4->TCD[0].DLAST_SGA
Devkmimxrt1180_cm7.jlinkscript391 _WriteViaCM33AP32(0x52010038, 0x00000000); // DMA4->TCD[0].DLAST_SGA
/hal_nxp-latest/mcux/mcux-sdk/devices/MK02F12810/
DMK02F12810.h1591 …__IO int32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment/Scat… member
/hal_nxp-latest/mcux/mcux-sdk/devices/MKV10Z7/
DMKV10Z7.h1499 …__IO int32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment/Scat… member
/hal_nxp-latest/mcux/mcux-sdk/devices/MKV30F12810/
DMKV30F12810.h1595 …__IO int32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment/Scat… member
/hal_nxp-latest/mcux/mcux-sdk/devices/MKV31F12810/
DMKV31F12810.h1608 …__IO int32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment/Scat… member
/hal_nxp-latest/mcux/mcux-sdk/devices/MKV10Z1287/
DMKV10Z1287.h1494 …__IO int32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment/Scat… member
/hal_nxp-latest/mcux/mcux-sdk/devices/MKE12Z7/
DMKE12Z7.h1701 …__IO int32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment/Scat… member
/hal_nxp-latest/mcux/mcux-sdk/devices/MKE17Z7/
DMKE17Z7.h1703 …__IO int32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment/Scat… member
/hal_nxp-latest/mcux/mcux-sdk/devices/MKE12Z9/
DMKE12Z9.h1668 …__IO int32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment/Scat… member

1234