Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/cpuidle/
Dcpuidle-cps.c46 pm_state = CPS_PM_NC_WAIT; in cps_nc_enter()
129 if (!cps_pm_support_state(CPS_PM_NC_WAIT)) in cps_cpuidle_init()
/linux-4.4.14/arch/mips/include/asm/
Dpm-cps.h27 CPS_PM_NC_WAIT, /* MIPS wait instruction, non-coherent */ enumerator
/linux-4.4.14/arch/mips/kernel/
Dpm-cps.c195 if (coupled_coherence && (state == CPS_PM_NC_WAIT) && (left == online)) in cps_pm_enter_state()
532 if (state == CPS_PM_NC_WAIT) { in cps_gen_entry_code()
566 if (coupled_coherence && (state == CPS_PM_NC_WAIT)) { in cps_gen_entry_code()
631 for (state = CPS_PM_NC_WAIT; state < CPS_PM_STATE_COUNT; state++) { in cps_gen_core_entries()
697 set_bit(CPS_PM_NC_WAIT, state_support); in cps_pm_init()