Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-arm/arch-integrator/
Dtime.h32 #define TIMER_INTERVAL (TICKS_PER_uSEC * mSEC_10)
36 #define TICKS2USECS(x) (256 * (x) / TICKS_PER_uSEC)
40 #define TICKS2USECS(x) (16 * (x) / TICKS_PER_uSEC)
44 #define TICKS2USECS(x) ((x) / TICKS_PER_uSEC)
Dplatform.h527 #define TICKS_PER_uSEC 24 macro
/linux-2.4.37.9/include/asm-arm/arch-mx1ads/
Dplatform.h205 #define TICKS_PER_uSEC 24 macro