Searched refs:CPS_PM_POWER_GATED (Results 1 – 4 of 4) sorted by relevance
48 pm_state = CPS_PM_POWER_GATED; in cps_nc_enter()56 if ((pm_state == CPS_PM_POWER_GATED) && cpu_pm_enter()) in cps_nc_enter()63 if (pm_state == CPS_PM_POWER_GATED) in cps_nc_enter()121 if (!cps_pm_support_state(CPS_PM_POWER_GATED)) in cps_cpuidle_init()
142 if (IS_ENABLED(CONFIG_CPU_PM) && state == CPS_PM_POWER_GATED) { in cps_pm_enter_state()376 if (IS_ENABLED(CONFIG_CPU_PM) && state == CPS_PM_POWER_GATED) { in cps_gen_entry_code()418 if (state < CPS_PM_POWER_GATED) { in cps_gen_entry_code()509 case CPS_PM_POWER_GATED: in cps_gen_entry_code()522 if (state == CPS_PM_POWER_GATED) { in cps_gen_entry_code()726 set_bit(CPS_PM_POWER_GATED, state_support); in cps_pm_init()
430 cps_pm_enter_state(CPS_PM_POWER_GATED); in cps_shutdown_this_cpu()456 if (!cps_pm_support_state(CPS_PM_POWER_GATED)) in cps_cpu_disable()
27 CPS_PM_POWER_GATED, /* Core power gated */ enumerator