Searched defs:SCM_SMC_FNID (Results 1 – 2 of 2) sorted by relevance
63 #define SCM_SMC_FNID(s, c) ((((s) & 0xFF) << 8) | ((c) & 0xFF)) macro
66 #define SCM_SMC_FNID(s, c) ((((s) & 0xFF) << 8) | ((c) & 0xFF)) macro