Searched refs:sdmaInstance (Results 1 – 1 of 1) sorted by relevance
552 uint32_t sdmaInstance; in SDMA_CreateHandle() local562 sdmaInstance = SDMA_GetInstance(base); in SDMA_CreateHandle()563 s_SDMAHandle[sdmaInstance][channel] = handle; in SDMA_CreateHandle()567 s_SDMACCB[sdmaInstance][channel].currentBDAddr = in SDMA_CreateHandle()568 … MEMORY_ConvertMemoryMapAddress((uint32_t)(&s_SDMABD[sdmaInstance][channel]), kMEMORY_Local2DMA); in SDMA_CreateHandle()569 s_SDMACCB[sdmaInstance][channel].baseBDAddr = in SDMA_CreateHandle()570 … MEMORY_ConvertMemoryMapAddress((uint32_t)(&s_SDMABD[sdmaInstance][channel]), kMEMORY_Local2DMA); in SDMA_CreateHandle()572 …s_SDMACCB[sdmaInstance][channel].baseBDAddr = (uint32_t)(&s_SDMABD[sdmaInstance][channe… in SDMA_CreateHandle()573 …s_SDMACCB[sdmaInstance][channel].currentBDAddr = (uint32_t)(&s_SDMABD[sdmaInstance][channe… in SDMA_CreateHandle()576 (void)EnableIRQ(s_sdmaIRQNumber[sdmaInstance]); in SDMA_CreateHandle()[all …]