Home
last modified time | relevance | path

Searched defs:SCM_SMC_FNID (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/firmware/
Dqcom_scm.h63 #define SCM_SMC_FNID(s, c) ((((s) & 0xFF) << 8) | ((c) & 0xFF)) macro
/kernel/linux/linux-6.6/drivers/firmware/
Dqcom_scm.h66 #define SCM_SMC_FNID(s, c) ((((s) & 0xFF) << 8) | ((c) & 0xFF)) macro