Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/cpuidle/
Dcpuidle-powernv.c327 if (state->flags & OPAL_PM_TIMEBASE_STOP) in powernv_add_idle_states()
/Linux-v5.4/arch/powerpc/platforms/powernv/
Didle.c1097 if ((state->flags & OPAL_PM_TIMEBASE_STOP) && in pnv_power9_idle_init()
1113 if ((state->flags & OPAL_PM_TIMEBASE_STOP) && in pnv_power9_idle_init()
/Linux-v5.4/arch/powerpc/include/asm/
Dopal-api.h229 #define OPAL_PM_TIMEBASE_STOP 0x00000002 macro