Home
last modified time | relevance | path

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

/openbmc/linux/drivers/memory/
H A Dti-emif-pm.c201 int ti_emif_copy_pm_function_table(struct gen_pool *sram_pool, void *dst) in ti_emif_copy_pm_function_table() function
216 EXPORT_SYMBOL_GPL(ti_emif_copy_pm_function_table);
/openbmc/linux/include/linux/
H A Dti-emif-sram.h135 int ti_emif_copy_pm_function_table(struct gen_pool *sram_pool, void *dst);
/openbmc/linux/drivers/soc/ti/
H A Dpm33xx.c115 ret = ti_emif_copy_pm_function_table(sram_pool, (void *)table_addr); in am33xx_push_sram_idle()