Home
last modified time | relevance | path

Searched refs:SCM_SMC_FNID (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/firmware/
H A Dqcom_scm.h63 #define SCM_SMC_FNID(s, c) ((((s) & 0xFF) << 8) | ((c) & 0xFF)) macro
H A Dqcom_scm-smc.c101 SCM_SMC_FNID(desc->svc, desc->cmd)); in __scm_smc_call()
H A Dqcom_scm.c125 .args[0] = SCM_SMC_FNID(QCOM_SCM_SVC_INFO, in __get_convention()
254 desc.args[0] = SCM_SMC_FNID(svc_id, cmd_id) | in __qcom_scm_is_call_available()

Completed in 6 milliseconds