Home
last modified time | relevance | path

Searched refs:SCM_SMC_FNID (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/firmware/
H A Dqcom_scm-smc.c61 SCM_SMC_FNID(QCOM_SCM_SVC_WAITQ, QCOM_SCM_WAITQ_RESUME)); in fill_wq_resume_args()
76 SCM_SMC_FNID(QCOM_SCM_SVC_WAITQ, QCOM_SCM_WAITQ_GET_WQ_CTX)); in scm_get_wq_ctx()
169 SCM_SMC_FNID(desc->svc, desc->cmd)); in __scm_smc_call()
H A Dqcom_scm.h66 #define SCM_SMC_FNID(s, c) ((((s) & 0xFF) << 8) | ((c) & 0xFF)) macro
H A Dqcom_scm.c156 .args[0] = SCM_SMC_FNID(QCOM_SCM_SVC_INFO, in __get_convention()
282 desc.args[0] = SCM_SMC_FNID(svc_id, cmd_id) | in __qcom_scm_is_call_available()