Searched refs:sdmaInstance (Results 1 – 1 of 1) sorted by relevance
560 uint32_t sdmaInstance; in SDMA_CreateHandle() local570 sdmaInstance = SDMA_GetInstance(base); in SDMA_CreateHandle()571 s_SDMAHandle[sdmaInstance][channel] = handle; in SDMA_CreateHandle()575 s_SDMACCB[sdmaInstance][channel].currentBDAddr = in SDMA_CreateHandle()576 … MEMORY_ConvertMemoryMapAddress((uint32_t)(&s_SDMABD[sdmaInstance][channel]), kMEMORY_Local2DMA); in SDMA_CreateHandle()577 s_SDMACCB[sdmaInstance][channel].baseBDAddr = in SDMA_CreateHandle()578 … MEMORY_ConvertMemoryMapAddress((uint32_t)(&s_SDMABD[sdmaInstance][channel]), kMEMORY_Local2DMA); in SDMA_CreateHandle()580 …s_SDMACCB[sdmaInstance][channel].baseBDAddr = (uint32_t)(&s_SDMABD[sdmaInstance][channe… in SDMA_CreateHandle()581 …s_SDMACCB[sdmaInstance][channel].currentBDAddr = (uint32_t)(&s_SDMABD[sdmaInstance][channe… in SDMA_CreateHandle()584 (void)EnableIRQ(s_sdmaIRQNumber[sdmaInstance]); in SDMA_CreateHandle()[all …]