Home
last modified time | relevance | path

Searched refs:CPS_PM_POWER_GATED (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/cpuidle/
H A Dcpuidle-cps.c48 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()
/openbmc/linux/arch/mips/kernel/
H A Dpm-cps.c142 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()
H A Dsmp-cps.c430 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()
/openbmc/linux/arch/mips/include/asm/
H A Dpm-cps.h27 CPS_PM_POWER_GATED, /* Core power gated */ enumerator