Searched refs:is_local_state_off (Results 1 – 12 of 12) sorted by relevance
48 if (is_local_state_off(CORE_PWR_STATE(target_state))) { in imx_domain_suspend()59 if (is_local_state_off(CLUSTER_PWR_STATE(target_state))) in imx_domain_suspend()81 if (is_local_state_off(CLUSTER_PWR_STATE(target_state))) in imx_domain_suspend_finish()87 if (is_local_state_off(CORE_PWR_STATE(target_state))) { in imx_domain_suspend_finish()
72 if (is_local_state_off(power_state)) { in imx_set_cluster_powerdown()
108 if (is_local_state_off(CORE_PWR_STATE(target_state))) { in imx_domain_suspend()121 if (is_local_state_off(SYSTEM_PWR_STATE(target_state))) in imx_domain_suspend()130 if (is_local_state_off(SYSTEM_PWR_STATE(target_state))) in imx_domain_suspend_finish()138 if (is_local_state_off(CORE_PWR_STATE(target_state))) { in imx_domain_suspend_finish()
136 if (is_local_state_off(power_state)) in imx_set_cluster_powerdown()
116 if (is_local_state_off(target_state->pwr_domain_state[MPIDR_AFFLVL0])) { in imx_domain_suspend()127 if (is_local_state_off(target_state->pwr_domain_state[MPIDR_AFFLVL1])) in imx_domain_suspend()203 if (is_local_state_off(target_state->pwr_domain_state[MPIDR_AFFLVL1])) in imx_domain_suspend_finish()206 if (is_local_state_off(target_state->pwr_domain_state[MPIDR_AFFLVL0])) { in imx_domain_suspend_finish()
125 if (is_local_state_off(CLUSTER_PWR_STATE(target_state))) { in imx_pwr_domain_off()139 if (is_local_state_off(CORE_PWR_STATE(target_state))) { in imx_domain_suspend()153 if (is_local_state_off(CLUSTER_PWR_STATE(target_state))) { in imx_domain_suspend()262 if (is_local_state_off(CLUSTER_PWR_STATE(target_state))) { in imx_domain_suspend_finish()269 if (is_local_state_off(CORE_PWR_STATE(target_state))) { in imx_domain_suspend_finish()
116 if (is_local_state_off(state) != 0) { in plat_psci_stat_get_residency()
286 (is_local_state_off( in psci_cpu_suspend_finish()
56 assert(is_local_state_off(local_state) != 0); in get_stat_idx()
182 assert(is_local_state_off( in psci_system_suspend()
550 if (is_local_state_off(state_info->pwr_domain_state[i]) != 0) in psci_find_max_off_lvl()
251 static inline int is_local_state_off(unsigned int plat_local_state) in is_local_state_off() function