Searched refs:sram_pool_data (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/soc/ti/ |
D | pm33xx.c | 35 static struct gen_pool *sram_pool, *sram_pool_data; variable 163 gen_pool_free(sram_pool_data, ocmcram_location_data, in am33xx_pm_free_sram() 193 sram_pool_data = of_gen_pool_get(np, "pm-sram", 1); in am33xx_pm_alloc_sram() 194 if (!sram_pool_data) { in am33xx_pm_alloc_sram() 209 ocmcram_location_data = gen_pool_alloc(sram_pool_data, in am33xx_pm_alloc_sram() 231 gen_pool_virt_to_phys(sram_pool_data, ocmcram_location_data); in am33xx_push_sram_idle()
|
/Linux-v4.19/drivers/memory/ |
D | ti-emif-pm.c | 41 struct gen_pool *sram_pool_data; member 66 gen_pool_free(emif_data->sram_pool_data, in ti_emif_free_sram() 97 emif_data->sram_pool_data = of_gen_pool_get(np, "sram", 1); in ti_emif_alloc_sram() 98 if (!emif_data->sram_pool_data) { in ti_emif_alloc_sram() 105 gen_pool_alloc(emif_data->sram_pool_data, in ti_emif_alloc_sram() 115 gen_pool_virt_to_phys(emif_data->sram_pool_data, in ti_emif_alloc_sram()
|