Searched refs:copy_addr (Results 1 – 4 of 4) sorted by relevance
156 void *copy_addr; in ti_emif_push_sram() local159 copy_addr = sram_exec_copy(emif_data->sram_pool_code, in ti_emif_push_sram()162 if (!copy_addr) { in ti_emif_push_sram()169 copy_addr = sram_exec_copy(emif_data->sram_pool_code, in ti_emif_push_sram()173 if (!copy_addr) { in ti_emif_push_sram()208 void *copy_addr; in ti_emif_copy_pm_function_table() local213 copy_addr = sram_exec_copy(sram_pool, dst, in ti_emif_copy_pm_function_table()216 if (!copy_addr) in ti_emif_copy_pm_function_table()
227 void *copy_addr; in am33xx_push_sram_idle() local259 copy_addr = sram_exec_copy(sram_pool, (void *)ro_data_addr, in am33xx_push_sram_idle()262 if (!copy_addr) { in am33xx_push_sram_idle()
38 void ep93xx_register_eth(struct ep93xx_eth_data *data, int copy_addr);
310 void __init ep93xx_register_eth(struct ep93xx_eth_data *data, int copy_addr) in ep93xx_register_eth() argument312 if (copy_addr) in ep93xx_register_eth()