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

/linux-master/drivers/firmware/qcom/
H A Dqcom_scm-smc.c61 SCM_SMC_FNID(QCOM_SCM_SVC_WAITQ, QCOM_SCM_WAITQ_RESUME));
76 SCM_SMC_FNID(QCOM_SCM_SVC_WAITQ, QCOM_SCM_WAITQ_GET_WQ_CTX));
169 SCM_SMC_FNID(desc->svc, desc->cmd));
H A Dqcom_scm.h68 #define SCM_SMC_FNID(s, c) ((((s) & 0xFF) << 8) | ((c) & 0xFF)) macro
H A Dqcom_scm.c207 .args[0] = SCM_SMC_FNID(QCOM_SCM_SVC_INFO,
333 desc.args[0] = SCM_SMC_FNID(svc_id, cmd_id) |

Completed in 215 milliseconds