Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Drockchip_smccc.c32 arm_smccc_smc(function_id, arg0, arg1, arg2, 0, 0, 0, 0, &res); in __invoke_sip_fn_smc()
105 arm_smccc_smc(SIP_AMP_CFG, func, arg0, arg1, arg2, 0, 0, 0, &res); in sip_smc_amp_cfg()
/rk3399_rockchip-uboot/drivers/firmware/
H A Dpsci.c36 arm_smccc_smc(function_id, arg0, arg1, arg2, 0, 0, 0, 0, &res); in __invoke_psci_fn_smc()
/rk3399_rockchip-uboot/drivers/firmware/scmi/
H A Dsmccc_agent.c41 arm_smccc_smc(chan->func_id, 0, 0, 0, 0, 0, 0, 0, &res); in scmi_smccc_process_msg()
/rk3399_rockchip-uboot/include/linux/
H A Darm-smccc.h117 #define arm_smccc_smc(...) __arm_smccc_smc(__VA_ARGS__, NULL) macro