Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/ti/
H A Dpm33xx.c48 static int (*am33xx_do_wfi_sram)(unsigned long unused); variable
83 return ((unsigned long)am33xx_do_wfi_sram + in sram_suspend_address()
103 am33xx_do_wfi_sram = sram_exec_copy(sram_pool, (void *)ocmcram_location, in am33xx_push_sram_idle()
106 if (!am33xx_do_wfi_sram) { in am33xx_push_sram_idle()
145 return pm_ops->cpu_suspend(am33xx_do_wfi_sram, wfi_flags); in am33xx_do_sram_idle()
178 am33xx_do_wfi_sram(wfi_flags); in am33xx_rtc_only_idle()
216 ret = pm_ops->soc_suspend(suspend_state, am33xx_do_wfi_sram, in am33xx_pm_suspend()