Home
last modified time | relevance | path

Searched refs:copy_addr (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/memory/
H 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()
/kernel/linux/linux-6.6/drivers/memory/
H 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()
/kernel/linux/linux-5.10/arch/arm/mach-ep93xx/
H A Dplatform.h25 void ep93xx_register_eth(struct ep93xx_eth_data *data, int copy_addr);
H A Dcore.c314 * @copy_addr: flag indicating that the MAC address should be copied
317 void __init ep93xx_register_eth(struct ep93xx_eth_data *data, int copy_addr) in ep93xx_register_eth() argument
319 if (copy_addr) in ep93xx_register_eth()
/kernel/linux/linux-5.10/drivers/soc/ti/
H 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()
/kernel/linux/linux-6.6/drivers/soc/ti/
H 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()
/kernel/linux/linux-6.6/arch/arm/mach-ep93xx/
H A Dcore.c316 * @copy_addr: flag indicating that the MAC address should be copied
319 void __init ep93xx_register_eth(struct ep93xx_eth_data *data, int copy_addr) in ep93xx_register_eth() argument
321 if (copy_addr) in ep93xx_register_eth()

Completed in 6 milliseconds