Home
last modified time | relevance | path

Searched refs:CPS_PM_STATE_COUNT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/mips/include/asm/
H A Dpm-cps.h28 CPS_PM_STATE_COUNT, enumerator
/openbmc/linux/arch/mips/kernel/
H A Dpm-cps.c44 static DEFINE_PER_CPU_READ_MOSTLY(cps_nc_entry_fn[CPS_PM_STATE_COUNT],
48 static DECLARE_BITMAP(state_support, CPS_PM_STATE_COUNT);
642 for (state = CPS_PM_NC_WAIT; state < CPS_PM_STATE_COUNT; state++) { in cps_pm_online_cpu()