Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | PRESCALE_FREQ 25000000 |
#define | PRESCALE_VALUE 1000 |
#define | CLOCK_TICK_RATE 25000 /* Underlying frequency of the HZ timer */ |
#define | TIMER0_FREQ (CLOCK_TICK_RATE) |
#define | TIMER0_CLKSEL flexible |
#define | TIMER0_DIV (TIMER0_FREQ/(HZ)) |
#define | GET_JIFFIES_USEC() ( (TIMER0_DIV - *R_TIMER0_DATA) * (1000000/HZ)/TIMER0_DIV ) |
Functions | |
unsigned long | get_ns_in_jiffie (void) |
#define GET_JIFFIES_USEC | ( | ) | ( (TIMER0_DIV - *R_TIMER0_DATA) * (1000000/HZ)/TIMER0_DIV ) |
#define TIMER0_DIV (TIMER0_FREQ/(HZ)) |
#define TIMER0_FREQ (CLOCK_TICK_RATE) |