Searched refs:stateid_afflvl0 (Results 1 – 2 of 2) sorted by relevance
104 uint8_t stateid_afflvl0, stateid_afflvl2; in tegra_soc_pwr_domain_suspend() local113 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() local398 if (stateid_afflvl0 == PLAT_MAX_OFF_STATE) { in tegra_soc_pwr_domain_on_finish()
201 unsigned int stateid_afflvl0 = pwr_domain_state[MPIDR_AFFLVL0]; in tegra_soc_pwr_domain_suspend() local208 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 5 milliseconds