Home
last modified time | relevance | path

Searched refs:PSTATE_ID_SOC_POWERDN (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/plat/nvidia/tegra/common/
H A Dtegra_pm.c41 req_state->pwr_domain_state[i] = PSTATE_ID_SOC_POWERDN; in tegra_get_sys_suspend_power_state()
149 PSTATE_ID_SOC_POWERDN) { in tegra_pwr_domain_power_down_wfi()
172 PSTATE_ID_SOC_POWERDN) { in tegra_pwr_domain_on_finish()
/rk3399_ARM-atf/plat/nvidia/tegra/soc/t194/
H A Dplat_psci_handlers.c135 if (stateid_afflvl2 == PSTATE_ID_SOC_POWERDN) { in tegra_soc_pwr_domain_suspend()
250 if ((lvl == (uint32_t)MPIDR_AFFLVL2) && (states[cpu] == PSTATE_ID_SOC_POWERDN)) { in tegra_soc_get_target_pwr_state()
251 target = PSTATE_ID_SOC_POWERDN; in tegra_soc_get_target_pwr_state()
274 if (stateid_afflvl2 == PSTATE_ID_SOC_POWERDN) { in tegra_soc_pwr_domain_power_down_wfi()
368 if (stateid_afflvl2 == PSTATE_ID_SOC_POWERDN) { in tegra_soc_pwr_domain_on_finish()
/rk3399_ARM-atf/plat/nvidia/tegra/include/t194/
H A Dtegra_def.h36 #define PSTATE_ID_SOC_POWERDN U(2) macro