Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/soc/ti/
Dpm33xx.c51 static unsigned long ocmcram_location, ocmcram_location_data; variable
100 ocmcram_location); in am33xx_push_sram_idle()
102 am33xx_do_wfi_sram = sram_exec_copy(sram_pool, (void *)ocmcram_location, in am33xx_push_sram_idle()
377 gen_pool_free(sram_pool, ocmcram_location, *pm_sram->do_wfi_sz); in am33xx_pm_free_sram()
416 ocmcram_location = gen_pool_alloc(sram_pool, *pm_sram->do_wfi_sz); in am33xx_pm_alloc_sram()
417 if (!ocmcram_location) { in am33xx_pm_alloc_sram()
428 gen_pool_free(sram_pool, ocmcram_location, *pm_sram->do_wfi_sz); in am33xx_pm_alloc_sram()