Home
last modified time | relevance | path

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

/linux-6.12.1/arch/mips/include/asm/
Dpm-cps.h28 CPS_PM_STATE_COUNT, enumerator
/linux-6.12.1/arch/mips/kernel/
Dpm-cps.c45 static DEFINE_PER_CPU_READ_MOSTLY(cps_nc_entry_fn[CPS_PM_STATE_COUNT],
49 static DECLARE_BITMAP(state_support, CPS_PM_STATE_COUNT);
636 for (state = CPS_PM_NC_WAIT; state < CPS_PM_STATE_COUNT; state++) { in cps_pm_online_cpu()