Home
last modified time | relevance | path

Searched refs:coherent_pool (Results 1 – 1 of 1) sorted by relevance

/components/drivers/dma/
A Ddma_pool.c591 rt_region_t *region = region_list, *region_high = RT_NULL, cma, coherent_pool; in rt_dma_pool_extract() local
642 coherent_pool.name = "coherent-pool"; in rt_dma_pool_extract()
643 coherent_pool.start = cma.start; in rt_dma_pool_extract()
644 coherent_pool.end = coherent_pool.start + coherent_pool_size; in rt_dma_pool_extract()
649 if (!(pool = rt_dma_pool_install(&coherent_pool))) in rt_dma_pool_extract()

Completed in 3 milliseconds