Searched refs:sip_smc_amp_cfg (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/ |
| H A D | rockchip_smccc.h | 137 int sip_smc_amp_cfg(unsigned long func, unsigned long arg0, unsigned long arg1,
|
| /rk3399_rockchip-uboot/drivers/cpu/ |
| H A D | rockchip_amp.c | 187 ret = sip_smc_amp_cfg(AMP_PE_STATE, cpu, pe_state, 0); in smc_cpu_on() 197 ret = sip_smc_amp_cfg(AMP_BOOT_ARG01, cpu, args->arg0, args->arg1); in smc_cpu_on() 203 ret = sip_smc_amp_cfg(AMP_BOOT_ARG23, cpu, args->arg2, args->arg3); in smc_cpu_on()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | rockchip_smccc.c | 100 int sip_smc_amp_cfg(unsigned long func, unsigned long arg0, unsigned long arg1, in sip_smc_amp_cfg() function
|
| /rk3399_rockchip-uboot/arch/arm/lib/ |
| H A D | bootm.c | 367 ret = sip_smc_amp_cfg(AMP_PE_STATE, mpidr, es_flag, 0); in arm64_switch_aarch32()
|