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

/linux-master/drivers/firmware/qcom/
H A Dqcom_scm-smc.c30 #define SCM_SMC_N_REG_ARGS 4 macro
31 #define SCM_SMC_FIRST_EXT_IDX (SCM_SMC_N_REG_ARGS - 1)
32 #define SCM_SMC_N_EXT_ARGS (MAX_QCOM_SCM_ARGS - SCM_SMC_N_REG_ARGS + 1)
34 #define SCM_SMC_LAST_REG_IDX (SCM_SMC_FIRST_REG_IDX + SCM_SMC_N_REG_ARGS - 1)
171 for (i = 0; i < SCM_SMC_N_REG_ARGS; i++)
174 if (unlikely(arglen > SCM_SMC_N_REG_ARGS)) {

Completed in 279 milliseconds