Searched refs:SCM_SMC_FNID (Results 1 – 3 of 3) sorted by relevance
63 #define SCM_SMC_FNID(s, c) ((((s) & 0xFF) << 8) | ((c) & 0xFF)) macro
101 SCM_SMC_FNID(desc->svc, desc->cmd)); in __scm_smc_call()
125 .args[0] = SCM_SMC_FNID(QCOM_SCM_SVC_INFO, in __get_convention()247 desc.args[0] = SCM_SMC_FNID(svc_id, cmd_id) | in __qcom_scm_is_call_available()
Completed in 6 milliseconds