Home
last modified time | relevance | path

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

/trusted-firmware-a-3.7.0/plat/mediatek/mt8192/include/
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])
/trusted-firmware-a-3.7.0/plat/mediatek/mt8195/include/
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])
/trusted-firmware-a-3.7.0/plat/imx/imx8m/imx8mq/
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()
Dgpc.c278 if (is_local_state_off(power_state)) { in imx_set_cluster_powerdown()
/trusted-firmware-a-3.7.0/plat/imx/imx8m/
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()
Dgpc_common.c162 if (is_local_state_off(power_state)) { in imx_set_cluster_powerdown()
/trusted-firmware-a-3.7.0/plat/mediatek/mt8186/include/
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])
/trusted-firmware-a-3.7.0/plat/imx/imx8qx/
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()
/trusted-firmware-a-3.7.0/plat/allwinner/common/
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()
/trusted-firmware-a-3.7.0/plat/imx/imx8qm/
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()
/trusted-firmware-a-3.7.0/plat/imx/imx93/
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()
/trusted-firmware-a-3.7.0/plat/common/
Dplat_psci_common.c113 if (is_local_state_off(state) != 0) { in plat_psci_stat_get_residency()
/trusted-firmware-a-3.7.0/lib/psci/
Dpsci_suspend.c328 (is_local_state_off( in psci_cpu_suspend_finish()
Dpsci_stat.c56 assert(is_local_state_off(local_state) != 0); in get_stat_idx()
Dpsci_main.c207 assert(is_local_state_off( in psci_system_suspend()
Dpsci_common.c760 if (is_local_state_off(state_info->pwr_domain_state[i]) != 0) in psci_find_max_off_lvl()
/trusted-firmware-a-3.7.0/include/lib/psci/
Dpsci.h265 static inline int is_local_state_off(unsigned int plat_local_state) in is_local_state_off() function