Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dmrst.h48 enum mrst_timer_options { enum
54 extern enum mrst_timer_options mrst_timer_options;
/linux-3.4.99/arch/x86/kernel/
Dapb_timer.c160 mrst_timer_options == MRST_TIMER_LAPIC_APBT ? in apbt_clockevent_register()
166 if (mrst_timer_options == MRST_TIMER_LAPIC_APBT) { in apbt_clockevent_register()
256 if (mrst_timer_options == MRST_TIMER_LAPIC_APBT || in apbt_late_init()
344 if (mrst_timer_options == MRST_TIMER_LAPIC_APBT) { in apbt_time_init()
/linux-3.4.99/arch/x86/platform/mrst/
Dmrst.c68 __cpuinitdata enum mrst_timer_options mrst_timer_options; variable
232 switch (mrst_timer_options) { in mrst_time_init()
327 mrst_timer_options = MRST_TIMER_APBT_ONLY; in setup_x86_mrst_timer()
329 mrst_timer_options = MRST_TIMER_LAPIC_APBT; in setup_x86_mrst_timer()