Home
last modified time | relevance | path

Searched refs:SCMI_DOMAIN_ID_MASK (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/include/plat/arm/css/common/
H A Dcss_pm.h53 #define SCMI_DOMAIN_ID_MASK U(0xFFFF) macro
59 #define SET_SCMI_DOMAIN_ID(n) ((n) & SCMI_DOMAIN_ID_MASK)
62 #define GET_SCMI_DOMAIN_ID(n) ((n) & SCMI_DOMAIN_ID_MASK)
/rk3399_ARM-atf/plat/renesas/rcar_gen5/include/
H A Drcar_private.h95 #define SCMI_DOMAIN_ID_MASK 0xFFFFU macro
101 #define SET_SCMI_DOMAIN_ID(n) ((n) & SCMI_DOMAIN_ID_MASK)
104 #define GET_SCMI_DOMAIN_ID(n) ((n) & SCMI_DOMAIN_ID_MASK)