Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpuidle/
H A Dcpuidle-cps.c42 pm_state = CPS_PM_NC_WAIT; in cps_nc_enter()
125 if (!cps_pm_support_state(CPS_PM_NC_WAIT)) in cps_cpuidle_init()
/openbmc/linux/arch/mips/include/asm/
H A Dpm-cps.h25 CPS_PM_NC_WAIT, /* MIPS wait instruction, non-coherent */ enumerator
/openbmc/linux/arch/mips/kernel/
H A Dpm-cps.c186 if (coupled_coherence && (state == CPS_PM_NC_WAIT) && (left == online)) in cps_pm_enter_state()
541 if (state == CPS_PM_NC_WAIT) { in cps_gen_entry_code()
578 if (coupled_coherence && (state == CPS_PM_NC_WAIT)) { in cps_gen_entry_code()
642 for (state = CPS_PM_NC_WAIT; state < CPS_PM_STATE_COUNT; state++) { in cps_pm_online_cpu()
712 set_bit(CPS_PM_NC_WAIT, state_support); in cps_pm_init()