|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
| #define | CLOCK_TICK_RATE 100000000 /* Underlying frequency of the HZ timer */ |
| #define | TIMER0_FREQ (CLOCK_TICK_RATE) |
| #define | TIMER0_DIV (TIMER0_FREQ/(HZ)) |
| #define | GET_JIFFIES_USEC() ((TIMER0_DIV - REG_RD(timer, regi_timer0, r_tmr0_data)) / 100) |
Functions | |
| unsigned long | get_ns_in_jiffie (void) |
| #define GET_JIFFIES_USEC | ( | ) | ((TIMER0_DIV - REG_RD(timer, regi_timer0, r_tmr0_data)) / 100) |
| #define TIMER0_DIV (TIMER0_FREQ/(HZ)) |
| #define TIMER0_FREQ (CLOCK_TICK_RATE) |
1.8.2