Searched refs:is_local_state_off (Results 1 – 16 of 16) 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])
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()
82 if (is_local_state_off(power_state)) { in imx_set_cluster_powerdown()
109 if (is_local_state_off(CORE_PWR_STATE(target_state))) { in imx_domain_suspend()122 if (is_local_state_off(SYSTEM_PWR_STATE(target_state))) { in imx_domain_suspend()134 if (is_local_state_off(SYSTEM_PWR_STATE(target_state))) { in imx_domain_suspend_finish()145 if (is_local_state_off(CORE_PWR_STATE(target_state))) { in imx_domain_suspend_finish()252 if (is_local_state_off(CLUSTER_PWR_STATE(target_state))) { in imx_pwr_domain_pwr_down_wfi()
158 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])
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()
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()
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()
552 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
Completed in 15 milliseconds