Home
last modified time | relevance | path

Searched refs:TICKS2USECS (Results 1 – 4 of 4) sorted by relevance

/arch/arm/mach-integrator/
Dcore.c235 #define TICKS2USECS(x) (256 * (x) / TICKS_PER_uSEC) macro
237 #define TICKS2USECS(x) (16 * (x) / TICKS_PER_uSEC) macro
239 #define TICKS2USECS(x) ((x) / TICKS_PER_uSEC) macro
279 return TICKS2USECS(ticks1); in integrator_gettimeoffset()
/arch/arm/mach-pnx4008/include/mach/
Dtimex.h22 #define TICKS2USECS(x) (x) macro
/arch/arm/mach-realview/
Dcore.c572 #define TICKS2USECS(x) (256 * (x) / TICKS_PER_uSEC) macro
576 #define TICKS2USECS(x) (16 * (x) / TICKS_PER_uSEC) macro
580 #define TICKS2USECS(x) ((x) / TICKS_PER_uSEC) macro
/arch/arm/mach-versatile/
Dcore.c861 #define TICKS2USECS(x) (256 * (x) / TICKS_PER_uSEC) macro
865 #define TICKS2USECS(x) (16 * (x) / TICKS_PER_uSEC) macro
869 #define TICKS2USECS(x) ((x) / TICKS_PER_uSEC) macro