Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/memory/
Dti-emif-pm.c33 struct gen_pool *sram_pool_data; member
58 gen_pool_free(emif_data->sram_pool_data, in ti_emif_free_sram()
89 emif_data->sram_pool_data = of_gen_pool_get(np, "sram", 1); in ti_emif_alloc_sram()
90 if (!emif_data->sram_pool_data) { in ti_emif_alloc_sram()
97 gen_pool_alloc(emif_data->sram_pool_data, in ti_emif_alloc_sram()
107 gen_pool_virt_to_phys(emif_data->sram_pool_data, in ti_emif_alloc_sram()
/Linux-v5.4/drivers/soc/ti/
Dpm33xx.c47 static struct gen_pool *sram_pool, *sram_pool_data; variable
92 gen_pool_virt_to_phys(sram_pool_data, ocmcram_location_data); in am33xx_push_sram_idle()
347 gen_pool_free(sram_pool_data, ocmcram_location_data, in am33xx_pm_free_sram()
377 sram_pool_data = of_gen_pool_get(np, "pm-sram", 1); in am33xx_pm_alloc_sram()
378 if (!sram_pool_data) { in am33xx_pm_alloc_sram()
393 ocmcram_location_data = gen_pool_alloc(sram_pool_data, in am33xx_pm_alloc_sram()