Home
last modified time | relevance | path

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

/drivers/memory/
A Dti-emif-pm.c151 void *copy_addr; in ti_emif_push_sram() local
154 copy_addr = sram_exec_copy(emif_data->sram_pool_code, in ti_emif_push_sram()
157 if (!copy_addr) { in ti_emif_push_sram()
164 copy_addr = sram_exec_copy(emif_data->sram_pool_code, in ti_emif_push_sram()
168 if (!copy_addr) { in ti_emif_push_sram()
203 void *copy_addr; in ti_emif_copy_pm_function_table() local
208 copy_addr = sram_exec_copy(sram_pool, dst, in ti_emif_copy_pm_function_table()
211 if (!copy_addr) in ti_emif_copy_pm_function_table()
/drivers/soc/ti/
A Dpm33xx.c92 void *copy_addr; in am33xx_push_sram_idle() local
124 copy_addr = sram_exec_copy(sram_pool, (void *)ro_data_addr, in am33xx_push_sram_idle()
127 if (!copy_addr) { in am33xx_push_sram_idle()

Completed in 5 milliseconds