Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/nxp/soc-ls1028a/include/
H A Dsoc.h125 #define LS_LOCAL_STATE_RUN PSCI_LOCAL_STATE_RUN
128 #define PLAT_MAX_RET_STATE (PSCI_LOCAL_STATE_RUN + 1)
/rk3399_ARM-atf/plat/nxp/soc-ls1088a/include/
H A Dsoc.h207 #define LS_LOCAL_STATE_RUN PSCI_LOCAL_STATE_RUN
210 #define PLAT_MAX_RET_STATE (PSCI_LOCAL_STATE_RUN + 1)
/rk3399_ARM-atf/plat/nxp/soc-ls1043a/include/
H A Dsoc.h203 #define LS_LOCAL_STATE_RUN PSCI_LOCAL_STATE_RUN
206 #define PLAT_MAX_RET_STATE (PSCI_LOCAL_STATE_RUN + 1)
/rk3399_ARM-atf/include/lib/psci/
H A Dpsci.h243 #define PSCI_LOCAL_STATE_RUN U(0) macro
250 return (plat_local_state == PSCI_LOCAL_STATE_RUN) ? 1 : 0; in is_local_state_run()
258 return ((plat_local_state > PSCI_LOCAL_STATE_RUN) && in is_local_state_retn()
/rk3399_ARM-atf/plat/nvidia/tegra/soc/t186/
H A Dplat_psci_handlers.c219 target = PSCI_LOCAL_STATE_RUN; in tegra_get_afflvl1_pwr_state()
238 target = PSCI_LOCAL_STATE_RUN; in tegra_get_afflvl1_pwr_state()
246 target = PSCI_LOCAL_STATE_RUN; in tegra_get_afflvl1_pwr_state()
261 plat_local_state_t target = PSCI_LOCAL_STATE_RUN; in tegra_soc_get_target_pwr_state()
/rk3399_ARM-atf/plat/nxp/soc-ls1046a/include/
H A Dsoc.h98 #define PLAT_MAX_RET_STATE (PSCI_LOCAL_STATE_RUN + 1)
/rk3399_ARM-atf/lib/psci/
H A Dpsci_common.c473 target_state->pwr_domain_state[lvl] = PSCI_LOCAL_STATE_RUN; in psci_get_target_local_pwr_states()
538 PSCI_LOCAL_STATE_RUN); in psci_set_pwr_domains_to_run()
541 PSCI_LOCAL_STATE_RUN); in psci_set_pwr_domains_to_run()
548 psci_set_cpu_local_state(PSCI_LOCAL_STATE_RUN); in psci_set_pwr_domains_to_run()
626 state_info->pwr_domain_state[lvl] = PSCI_LOCAL_STATE_RUN; in psci_do_state_coordination()
690 if (target_state == PSCI_LOCAL_STATE_RUN) { in psci_validate_state_coordination()
1013 psci_power_state_t state_info = { {PSCI_LOCAL_STATE_RUN} }; in psci_warmboot_entrypoint()
H A Dpsci_main.c64 psci_power_state_t state_info = { {PSCI_LOCAL_STATE_RUN} }; in psci_cpu_suspend()
129 psci_set_cpu_local_state(PSCI_LOCAL_STATE_RUN); in psci_cpu_suspend()
H A Dpsci_stat.c178 psci_power_state_t state_info = { {PSCI_LOCAL_STATE_RUN} }; in psci_get_stat()
/rk3399_ARM-atf/plat/nxp/soc-lx2160a/include/
H A Dsoc.h129 #define PLAT_MAX_RET_STATE (PSCI_LOCAL_STATE_RUN + 1)
/rk3399_ARM-atf/plat/nvidia/tegra/soc/t194/
H A Dplat_psci_handlers.c83 req_state->pwr_domain_state[MPIDR_AFFLVL1] = PSCI_LOCAL_STATE_RUN; in tegra_soc_validate_power_state()
231 target = PSCI_LOCAL_STATE_RUN; in tegra_get_afflvl1_pwr_state()
246 plat_local_state_t target = PSCI_LOCAL_STATE_RUN; in tegra_soc_get_target_pwr_state()
/rk3399_ARM-atf/plat/nvidia/tegra/soc/t210/
H A Dplat_psci_handlers.c105 plat_local_state_t target = PSCI_LOCAL_STATE_RUN; in tegra_soc_get_target_pwr_state()
131 target = PSCI_LOCAL_STATE_RUN; in tegra_soc_get_target_pwr_state()
171 target = PSCI_LOCAL_STATE_RUN; in tegra_soc_get_target_pwr_state()
/rk3399_ARM-atf/plat/imx/imx8m/imx8mq/
H A Dimx8mq_psci.c103 imx_set_cluster_powerdown(core_id, PSCI_LOCAL_STATE_RUN); in imx_domain_suspend_finish()
/rk3399_ARM-atf/plat/nvidia/tegra/common/
H A Dtegra_pm.c301 psci_power_state_t target_state = { { PSCI_LOCAL_STATE_RUN } }; in plat_setup_psci_ops()
/rk3399_ARM-atf/plat/allwinner/common/
H A Dsunxi_scpi_pm.c174 req_state->pwr_domain_state[i] = PSCI_LOCAL_STATE_RUN; in sunxi_validate_power_state()
/rk3399_ARM-atf/plat/imx/imx8m/
H A Dimx8m_psci_common.c143 imx_set_cluster_powerdown(core_id, PSCI_LOCAL_STATE_RUN); in imx_domain_suspend_finish()
/rk3399_ARM-atf/plat/renesas/rcar_gen4/
H A Dplat_pm.c189 PSCI_LOCAL_STATE_RUN; in rcar_get_sys_suspend_power_state()
/rk3399_ARM-atf/plat/renesas/common/
H A Dplat_pm.c292 req_state->pwr_domain_state[PLAT_MAX_PWR_LVL] = PSCI_LOCAL_STATE_RUN; in rcar_get_sys_suspend_power_state()
/rk3399_ARM-atf/plat/mediatek/lib/pm/armv8_2/
H A Dpwr_ctrl.c401 req_state->pwr_domain_state[i] = PSCI_LOCAL_STATE_RUN; in armv8_2_get_sys_suspend_power_state()