Searched refs:lapic_timer_reliable_states (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/idle/
H A Dintel_idle.c69 static unsigned int lapic_timer_reliable_states; variable
183 if (!(lapic_timer_reliable_states & (1 << (cstate))))
207 if (!(lapic_timer_reliable_states & (1 << (cstate))))
243 lapic_timer_reliable_states = 0xFFFFFFFF;
255 lapic_timer_reliable_states = (1 << 1); /* C1 */
264 lapic_timer_reliable_states = (1 << 1); /* C1 */
269 lapic_timer_reliable_states = (1 << 2) | (1 << 1); /* C2, C1 */
281 pr_debug(PREFIX "lapic_timer_reliable_states 0x%x\n",
282 lapic_timer_reliable_states);

Completed in 96 milliseconds