Home
last modified time | relevance | path

Searched refs:is_local_state_off (Results 1 – 19 of 19) sorted by relevance

/rk3399_ARM-atf/plat/mediatek/mt8192/include/
H A Dplat_pm.h28 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])
/rk3399_ARM-atf/plat/mediatek/mt8195/include/
H A Dplat_pm.h28 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])
/rk3399_ARM-atf/plat/imx/imx8m/imx8mq/
H A Dimx8mq_psci.c65 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()
H A Dgpc.c278 if (is_local_state_off(power_state)) { in imx_set_cluster_powerdown()
/rk3399_ARM-atf/plat/imx/imx8m/
H A Dimx8m_psci_common.c110 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()
H A Dgpc_common.c162 if (is_local_state_off(power_state)) { in imx_set_cluster_powerdown()
/rk3399_ARM-atf/plat/mediatek/mt8186/include/
H A Dplat_pm.h38 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])
/rk3399_ARM-atf/plat/allwinner/common/
H A Dsunxi_scpi_pm.c77 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()
/rk3399_ARM-atf/plat/imx/imx8qx/
H A Dimx8qx_psci.c116 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()
/rk3399_ARM-atf/plat/imx/imx8qm/
H A Dimx8qm_psci.c125 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()
/rk3399_ARM-atf/plat/imx/imx8ulp/
H A Dimx8ulp_psci.c306 if (is_local_state_off(CORE_PWR_STATE(target_state))) { in imx_domain_suspend()
330 } else if (is_local_state_off(CLUSTER_PWR_STATE(target_state))) { in imx_domain_suspend()
339 if (is_local_state_off(SYSTEM_PWR_STATE(target_state))) { in imx_domain_suspend()
377 if (is_local_state_off(SYSTEM_PWR_STATE(target_state))) { in imx_domain_suspend_finish()
424 if (is_local_state_off(CORE_PWR_STATE(target_state))) { in imx_domain_suspend_finish()
/rk3399_ARM-atf/plat/imx/imx9/common/
H A Dimx9_psci_common.c155 if (is_local_state_off(CORE_PWR_STATE(target_state))) { in imx_pwr_domain_suspend()
169 if (is_local_state_off(SYSTEM_PWR_STATE(target_state))) { in imx_pwr_domain_suspend()
222 if (is_local_state_off(SYSTEM_PWR_STATE(target_state))) { in imx_pwr_domain_suspend_finish()
/rk3399_ARM-atf/plat/imx/imx93/
H A Dimx93_psci.c153 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()
/rk3399_ARM-atf/plat/common/
H A Dplat_psci_common.c125 if (is_local_state_off(state) != 0) { in plat_psci_stat_get_residency()
/rk3399_ARM-atf/lib/psci/
H A Dpsci_suspend.c303 (is_local_state_off( in psci_cpu_suspend_to_powerdown_finish()
H A Dpsci_stat.c56 assert(is_local_state_off(local_state) != 0); in get_stat_idx()
H A Dpsci_main.c206 assert(is_local_state_off( in psci_system_suspend()
H A Dpsci_common.c798 if (is_local_state_off(state_info->pwr_domain_state[i]) != 0) { in psci_find_max_off_lvl()
/rk3399_ARM-atf/include/lib/psci/
H A Dpsci.h265 static inline int is_local_state_off(unsigned int plat_local_state) in is_local_state_off() function