Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/include/plat/arm/css/common/
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)

Completed in 2 milliseconds