base/include/asm-i386/rtai_emulate_tsc.h File Reference

#include <linux/version.h>

Include dependency graph for rtai_emulate_tsc.h:

Include dependency graph

Go to the source code of this file.

Defines

#define RTAI_CPU_FREQ   RTAI_FREQ_8254
#define RTAI_CALIBRATED_CPU_FREQ   RTAI_FREQ_8254
#define rtai_rdtsc()   rd_8254_ts()
#define rdtsc()   rd_8254_ts()
#define TICK_8254_TSC_EMULATION()   rd_8254_ts()
#define DECLR_8254_TSC_EMULATION
#define SETUP_8254_TSC_EMULATION
#define CLEAR_8254_TSC_EMULATION   del_timer(&timer)


Define Documentation

#define CLEAR_8254_TSC_EMULATION   del_timer(&timer)
 

Definition at line 86 of file rtai_emulate_tsc.h.

#define DECLR_8254_TSC_EMULATION
 

Value:

const int TSC_EMULATION_GUARD_FREQ = 20; \ static struct timer_list timer;
Definition at line 74 of file rtai_emulate_tsc.h.

 
#define rdtsc  )     rd_8254_ts()
 

Definition at line 40 of file rtai_emulate_tsc.h.

#define RTAI_CALIBRATED_CPU_FREQ   RTAI_FREQ_8254
 

Definition at line 38 of file rtai_emulate_tsc.h.

#define RTAI_CPU_FREQ   RTAI_FREQ_8254
 

Definition at line 37 of file rtai_emulate_tsc.h.

#define rtai_rdtsc void   )     rd_8254_ts()
 

Definition at line 39 of file rtai_emulate_tsc.h.

#define SETUP_8254_TSC_EMULATION
 

Value:

do { \ rt_setup_8254_tsc(); \ init_timer(&timer); \ timer.function = timer_fun; \ timer_fun(0); \ } while (0)
Definition at line 78 of file rtai_emulate_tsc.h.

 
#define TICK_8254_TSC_EMULATION  )     rd_8254_ts()
 

Definition at line 42 of file rtai_emulate_tsc.h.


Generated on Thu Nov 20 11:52:04 2008 for RTAI API by doxygen 1.3.8