Home
last modified time | relevance | path

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

/openbmc/linux/drivers/memory/
H A 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()
/openbmc/linux/drivers/soc/ti/
H A Dpm33xx.c51 static struct gen_pool *sram_pool, *sram_pool_data; variable
96 gen_pool_virt_to_phys(sram_pool_data, ocmcram_location_data); in am33xx_push_sram_idle()
377 gen_pool_free(sram_pool_data, ocmcram_location_data, in am33xx_pm_free_sram()
407 sram_pool_data = of_gen_pool_get(np, "pm-sram", 1); in am33xx_pm_alloc_sram()
408 if (!sram_pool_data) { in am33xx_pm_alloc_sram()
423 ocmcram_location_data = gen_pool_alloc(sram_pool_data, in am33xx_pm_alloc_sram()