Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/socionext/synquacer/
H A Dsq_psci.c49 if (SQ_CLUSTER_PWR_STATE(target_state) == SQ_LOCAL_STATE_OFF) in sq_pwr_domain_on_finisher_common()
81 if (SQ_CLUSTER_PWR_STATE(target_state) == SQ_LOCAL_STATE_OFF) { in sq_power_down_common()
104 if (SQ_CLUSTER_PWR_STATE(target_state) == SQ_LOCAL_STATE_OFF) { in sq_pwr_domain_off()
/rk3399_ARM-atf/plat/socionext/synquacer/include/
H A Dplatform_def.h25 #define SQ_CLUSTER_PWR_STATE(state) (state)->pwr_domain_state[SQ_PWR_LVL1] macro