Home
last modified time | relevance | path

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 Drockchip_smccc.h137 int sip_smc_amp_cfg(unsigned long func, unsigned long arg0, unsigned long arg1,
/rk3399_rockchip-uboot/drivers/cpu/
H A Drockchip_amp.c187 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 Drockchip_smccc.c100 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 Dbootm.c367 ret = sip_smc_amp_cfg(AMP_PE_STATE, mpidr, es_flag, 0); in arm64_switch_aarch32()