Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/cell/
A Dpervasive.c32 unsigned long ctrl, thread_switch_control; in cbe_power_save() local
41 thread_switch_control = mfspr(SPRN_TSC_CELL); in cbe_power_save()
42 thread_switch_control |= TSC_CELL_EE_ENABLE | TSC_CELL_EE_BOOST; in cbe_power_save()
46 thread_switch_control |= TSC_CELL_DEC_ENABLE_0; in cbe_power_save()
49 thread_switch_control |= TSC_CELL_DEC_ENABLE_1; in cbe_power_save()
56 mtspr(SPRN_TSC_CELL, thread_switch_control); in cbe_power_save()

Completed in 3 milliseconds