Searched refs:sram_pool_data (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/memory/ |
H A D | ti-emif-pm.c | 33 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/drivers/soc/ti/ |
H A D | pm33xx.c | 51 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() 403 sram_pool_data = of_gen_pool_get(np, "pm-sram", 1); in am33xx_pm_alloc_sram() 404 if (!sram_pool_data) in am33xx_pm_alloc_sram() 415 ocmcram_location_data = gen_pool_alloc(sram_pool_data, in am33xx_pm_alloc_sram()
|