Searched refs:SCMI_DOMAIN_ID_MASK (Results 1 – 2 of 2) sorted by relevance
53 #define SCMI_DOMAIN_ID_MASK U(0xFFFF) macro59 #define SET_SCMI_DOMAIN_ID(n) ((n) & SCMI_DOMAIN_ID_MASK)62 #define GET_SCMI_DOMAIN_ID(n) ((n) & SCMI_DOMAIN_ID_MASK)
95 #define SCMI_DOMAIN_ID_MASK 0xFFFFU macro101 #define SET_SCMI_DOMAIN_ID(n) ((n) & SCMI_DOMAIN_ID_MASK)104 #define GET_SCMI_DOMAIN_ID(n) ((n) & SCMI_DOMAIN_ID_MASK)