Lines Matching refs:DLAST_SGA
101 base->TCD[channel].DLAST_SGA = (int32_t)tcd->DLAST_SGA; in EDMA_InstallTCD()
275 base->TCD[channel].DLAST_SGA = destOffset; in EDMA_SetMajorOffsetConfig()
453 tcd->DLAST_SGA = 0U; in EDMA_TcdReset()
514 tcd->DLAST_SGA = (uint32_t)nextTcd; in EDMA_TcdSetTransferConfig()
567 tcd->DLAST_SGA = (uint32_t)destOffset; in EDMA_TcdSetMajorOffsetConfig()
863 tcdRegs->DLAST_SGA = 0; in EDMA_CreateHandle()
1162 handle->tcdPool[currentTcd].DLAST_SGA = (uint32_t)&handle->tcdPool[nextTcd]; in EDMA_SubmitTransfer()
1176 if (tcdRegs->DLAST_SGA == (uint32_t)&handle->tcdPool[currentTcd]) in EDMA_SubmitTransfer()
1204 if (tcdRegs->DLAST_SGA == (uint32_t)&handle->tcdPool[nextTcd]) in EDMA_SubmitTransfer()
1213 else if (tcdRegs->DLAST_SGA != 0UL) in EDMA_SubmitTransfer()
1263 if (tcdRegs->DLAST_SGA != 0U) in EDMA_StartTransfer()
1319 handle->base->TCD[handle->channel].DLAST_SGA = 0; in EDMA_AbortTransfer()
1382 uint32_t sga = (uint32_t)handle->base->TCD[handle->channel].DLAST_SGA; in EDMA_HandleIRQ()