Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/ti/
H A Dpm33xx.c52 static unsigned long ocmcram_location, ocmcram_location_data; variable
101 ocmcram_location); in am33xx_push_sram_idle()
103 am33xx_do_wfi_sram = sram_exec_copy(sram_pool, (void *)ocmcram_location, in am33xx_push_sram_idle()
376 gen_pool_free(sram_pool, ocmcram_location, *pm_sram->do_wfi_sz); in am33xx_pm_free_sram()
415 ocmcram_location = gen_pool_alloc(sram_pool, *pm_sram->do_wfi_sz); in am33xx_pm_alloc_sram()
416 if (!ocmcram_location) { in am33xx_pm_alloc_sram()
427 gen_pool_free(sram_pool, ocmcram_location, *pm_sram->do_wfi_sz); in am33xx_pm_alloc_sram()