Home
last modified time | relevance | path

Searched refs:stateid_afflvl0 (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-a/plat/nvidia/tegra/soc/t186/
A Dplat_psci_handlers.c104 uint8_t stateid_afflvl0, stateid_afflvl2; in tegra_soc_pwr_domain_suspend() local
113 stateid_afflvl0 = pwr_domain_state[MPIDR_AFFLVL0] & in tegra_soc_pwr_domain_suspend()
118 if ((stateid_afflvl0 == PSTATE_ID_CORE_IDLE) || in tegra_soc_pwr_domain_suspend()
119 (stateid_afflvl0 == PSTATE_ID_CORE_POWERDN)) { in tegra_soc_pwr_domain_suspend()
122 val = (stateid_afflvl0 == PSTATE_ID_CORE_IDLE) ? in tegra_soc_pwr_domain_suspend()
373 uint8_t stateid_afflvl0 = target_state->pwr_domain_state[MPIDR_AFFLVL0]; in tegra_soc_pwr_domain_on_finish() local
398 if (stateid_afflvl0 == PLAT_MAX_OFF_STATE) { in tegra_soc_pwr_domain_on_finish()
/trusted-firmware-a/plat/nvidia/tegra/soc/t210/
A Dplat_psci_handlers.c201 unsigned int stateid_afflvl0 = pwr_domain_state[MPIDR_AFFLVL0]; in tegra_soc_pwr_domain_suspend() local
208 assert((stateid_afflvl0 == PLAT_MAX_OFF_STATE) || in tegra_soc_pwr_domain_suspend()
209 (stateid_afflvl0 == PSTATE_ID_SOC_POWERDN)); in tegra_soc_pwr_domain_suspend()
220 assert(stateid_afflvl0 == PSTATE_ID_CORE_POWERDN); in tegra_soc_pwr_domain_suspend()
259 } else if (stateid_afflvl0 == PSTATE_ID_CORE_POWERDN) { in tegra_soc_pwr_domain_suspend()
266 stateid_afflvl2, stateid_afflvl1, stateid_afflvl0); in tegra_soc_pwr_domain_suspend()

Completed in 4 milliseconds