Searched refs:arm_smccc_smc (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | rockchip_smccc.c | 32 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 D | psci.c | 36 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 D | smccc_agent.c | 41 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 D | arm-smccc.h | 117 #define arm_smccc_smc(...) __arm_smccc_smc(__VA_ARGS__, NULL) macro
|