Searched refs:is_local_state_off (Results 1 – 17 of 17) sorted by relevance
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])
65 if (is_local_state_off(CORE_PWR_STATE(target_state))) { in imx_domain_suspend()76 if (is_local_state_off(CLUSTER_PWR_STATE(target_state))) in imx_domain_suspend()102 if (is_local_state_off(CLUSTER_PWR_STATE(target_state))) in imx_domain_suspend_finish()108 if (is_local_state_off(CORE_PWR_STATE(target_state))) { in imx_domain_suspend_finish()
278 if (is_local_state_off(power_state)) { in imx_set_cluster_powerdown()
110 if (is_local_state_off(CORE_PWR_STATE(target_state))) { in imx_domain_suspend()123 if (is_local_state_off(SYSTEM_PWR_STATE(target_state))) { in imx_domain_suspend()135 if (is_local_state_off(SYSTEM_PWR_STATE(target_state))) { in imx_domain_suspend_finish()146 if (is_local_state_off(CORE_PWR_STATE(target_state))) { in imx_domain_suspend_finish()253 if (is_local_state_off(CLUSTER_PWR_STATE(target_state))) { in imx_pwr_domain_pwr_down_wfi()
162 if (is_local_state_off(power_state)) { in imx_set_cluster_powerdown()
38 is_local_state_off(s->pwr_domain_state[MTK_AFFLVL_CLUSTER])40 is_local_state_off(s->pwr_domain_state[MTK_AFFLVL_MCUSYS])42 is_local_state_off(s->pwr_domain_state[MTK_AFFLVL_SYSTEM])
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()
77 if (is_local_state_off(cpu_pwr_state)) { in sunxi_pwr_domain_off()89 if (is_local_state_off(SYSTEM_PWR_STATE(target_state))) { in sunxi_pwr_domain_on_finish()92 if (is_local_state_off(CPU_PWR_STATE(target_state))) { in sunxi_pwr_domain_on_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()
153 if (is_local_state_off(CORE_PWR_STATE(target_state))) { in imx_pwr_domain_suspend()184 if (is_local_state_off(CORE_PWR_STATE(target_state))) { in imx_pwr_domain_suspend_finish()
113 if (is_local_state_off(state) != 0) { in plat_psci_stat_get_residency()
328 (is_local_state_off( in psci_cpu_suspend_finish()
56 assert(is_local_state_off(local_state) != 0); in get_stat_idx()
207 assert(is_local_state_off( in psci_system_suspend()
760 if (is_local_state_off(state_info->pwr_domain_state[i]) != 0) in psci_find_max_off_lvl()
265 static inline int is_local_state_off(unsigned int plat_local_state) in is_local_state_off() function