Searched refs:iram_pool (Results 1 – 3 of 3) sorted by relevance
545 struct gen_pool *iram_pool; member1388 if (sdma->iram_pool) in sdma_request_channel0()1389 sdma->bd0 = gen_pool_dma_alloc(sdma->iram_pool, in sdma_request_channel0()1418 if (sdma->iram_pool) in sdma_alloc_bd()1419 desc->bd = gen_pool_dma_alloc(sdma->iram_pool, bd_size, &desc->bd_phys); in sdma_alloc_bd()1436 if (sdma->iram_pool) in sdma_free_bd()1437 gen_pool_free(sdma->iram_pool, (unsigned long)desc->bd, bd_size); in sdma_free_bd()2138 if (sdma->iram_pool) in sdma_init()2139 sdma->channel_control = gen_pool_dma_alloc(sdma->iram_pool, ccbsize, &ccb_phys); in sdma_init()2329 sdma->iram_pool = of_gen_pool_get(np, "iram", 0); in sdma_probe()[all …]
110 struct gen_pool *iram_pool; member
94 struct gen_pool *iram_pool; member