Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/cell/
H A Dpervasive.c31 unsigned long ctrl, thread_switch_control; in cbe_power_save() local
40 thread_switch_control = mfspr(SPRN_TSC_CELL); in cbe_power_save()
41 thread_switch_control |= TSC_CELL_EE_ENABLE | TSC_CELL_EE_BOOST; in cbe_power_save()
45 thread_switch_control |= TSC_CELL_DEC_ENABLE_0; in cbe_power_save()
48 thread_switch_control |= TSC_CELL_DEC_ENABLE_1; in cbe_power_save()
55 mtspr(SPRN_TSC_CELL, thread_switch_control); in cbe_power_save()