Searched refs:is_local_state_off (Results 1 – 14 of 14) sorted by relevance
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()195 if (is_local_state_off(CLUSTER_PWR_STATE(target_state))) { in imx_pwr_domain_pwr_down_wfi()
153 if (is_local_state_off(power_state)) { in imx_set_cluster_powerdown()
28 is_local_state_off(s->pwr_domain_state[MTK_AFFLVL_CLUSTER])30 is_local_state_off(s->pwr_domain_state[MTK_AFFLVL_MCUSYS])32 is_local_state_off(s->pwr_domain_state[MTK_AFFLVL_SYSTEM])
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()
81 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()
97 if (is_local_state_off(cpu_pwr_state)) in sunxi_pwr_domain_off()118 if (is_local_state_off(SYSTEM_PWR_STATE(target_state))) in sunxi_pwr_domain_on_finish()120 if (is_local_state_off(CPU_PWR_STATE(target_state))) { in sunxi_pwr_domain_on_finish()
113 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()
551 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