Home
last modified time | relevance | path

Searched refs:function_id (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/drivers/sysreset/
H A Dsysreset_psci.c15 unsigned long function_id; in psci_sysreset_request() local
20 function_id = PSCI_0_2_FN_SYSTEM_RESET; in psci_sysreset_request()
23 function_id = PSCI_0_2_FN_SYSTEM_OFF; in psci_sysreset_request()
29 invoke_psci_fn(function_id, 0, 0, 0); in psci_sysreset_request()
/rk3399_rockchip-uboot/drivers/firmware/
H A Dpsci.c20 static unsigned long __invoke_psci_fn_hvc(unsigned long function_id, in __invoke_psci_fn_hvc() argument
26 arm_smccc_hvc(function_id, arg0, arg1, arg2, 0, 0, 0, 0, &res); in __invoke_psci_fn_hvc()
30 static unsigned long __invoke_psci_fn_smc(unsigned long function_id, in __invoke_psci_fn_smc() argument
36 arm_smccc_smc(function_id, arg0, arg1, arg2, 0, 0, 0, 0, &res); in __invoke_psci_fn_smc()
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/arm32/
H A Dpsci.c132 int __secure psci_cpu_on(u32 function_id, u32 cpuid, u32 entry_point) in psci_cpu_on() argument
154 void __secure psci_system_reset(u32 function_id) in psci_system_reset() argument
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Drockchip_smccc.c25 static struct arm_smccc_res __invoke_sip_fn_smc(unsigned long function_id, in __invoke_sip_fn_smc() argument
32 arm_smccc_smc(function_id, arg0, arg1, arg2, 0, 0, 0, 0, &res); in __invoke_sip_fn_smc()