Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/arm/css/common/
Dcss_pm.c62 CASSERT(PLAT_MAX_PWR_LVL <= CSS_SYSTEM_PWR_DMN_LVL,
259 assert(PLAT_MAX_PWR_LVL == CSS_SYSTEM_PWR_DMN_LVL); in css_get_sys_suspend_power_state()
290 #if (PLAT_MAX_PWR_LVL == CSS_SYSTEM_PWR_DMN_LVL) in css_validate_power_state()
298 req_state->pwr_domain_state[CSS_SYSTEM_PWR_DMN_LVL] = in css_validate_power_state()
/trusted-firmware-a-latest/include/plat/arm/css/common/
Dcss_pm.h24 #if (PLAT_MAX_PWR_LVL == CSS_SYSTEM_PWR_DMN_LVL) in css_system_pwr_state()
25 return state->pwr_domain_state[CSS_SYSTEM_PWR_DMN_LVL]; in css_system_pwr_state()
/trusted-firmware-a-latest/plat/arm/board/rde1edge/include/
Dplatform_def.h27 #define CSS_SYSTEM_PWR_DMN_LVL ARM_PWR_LVL3 macro
/trusted-firmware-a-latest/plat/arm/board/sgi575/include/
Dplatform_def.h26 #define CSS_SYSTEM_PWR_DMN_LVL ARM_PWR_LVL2 macro
/trusted-firmware-a-latest/plat/arm/board/rdn1edge/include/
Dplatform_def.h26 #define CSS_SYSTEM_PWR_DMN_LVL ARM_PWR_LVL2 macro
/trusted-firmware-a-latest/plat/arm/board/rdv1/include/
Dplatform_def.h21 #define CSS_SYSTEM_PWR_DMN_LVL ARM_PWR_LVL2 macro
/trusted-firmware-a-latest/plat/arm/board/rdv1mc/include/
Dplatform_def.h20 #define CSS_SYSTEM_PWR_DMN_LVL ARM_PWR_LVL2 macro
/trusted-firmware-a-latest/plat/arm/board/rdn2/include/
Dplatform_def.h28 #define CSS_SYSTEM_PWR_DMN_LVL ARM_PWR_LVL2 macro
/trusted-firmware-a-latest/plat/arm/board/tc/include/
Dplatform_def.h255 #define CSS_SYSTEM_PWR_DMN_LVL ARM_PWR_LVL2 macro
/trusted-firmware-a-latest/plat/arm/board/morello/include/
Dplatform_def.h113 #define CSS_SYSTEM_PWR_DMN_LVL ARM_PWR_LVL3 macro
/trusted-firmware-a-latest/plat/arm/board/juno/include/
Dplatform_def.h309 #define CSS_SYSTEM_PWR_DMN_LVL ARM_PWR_LVL2 macro
/trusted-firmware-a-latest/plat/arm/board/n1sdp/include/
Dplatform_def.h140 #define CSS_SYSTEM_PWR_DMN_LVL ARM_PWR_LVL3 macro
/trusted-firmware-a-latest/drivers/arm/css/scp/
Dcss_pm_scmi.c254 (power_level == CSS_SYSTEM_PWR_DMN_LVL)) { in css_scp_get_power_state()