Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/powernv/
H A Didle.c1194 state->flags & (OPAL_PM_TIMEBASE_STOP|OPAL_PM_LOSE_FULL_CONTEXT)) in pnv_arch300_idle_init()
1197 if ((state->flags & OPAL_PM_TIMEBASE_STOP) && in pnv_arch300_idle_init()
1213 if ((state->flags & OPAL_PM_TIMEBASE_STOP) && in pnv_arch300_idle_init()
/linux/drivers/cpuidle/
H A Dcpuidle-powernv.c313 if (state->flags & OPAL_PM_TIMEBASE_STOP) in powernv_add_idle_states()
/linux/arch/powerpc/include/asm/
H A Dopal-api.h232 #define OPAL_PM_TIMEBASE_STOP 0x00000002 macro