Searched refs:TICKS_PER_SEC (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-nuc93x/
H A Dtime.c38 #define TICKS_PER_SEC 100 macro
82 timer0_load = (rate / TICKS_PER_SEC);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dtime.c161 #ifndef TICKS_PER_SEC
162 #define TICKS_PER_SEC 100 macro
183 #if (1000 / TICKS_PER_SEC) * TICKS_PER_SEC == 1000
184 /* 1000 is exactly divisible by TICKS_PER_SEC */
185 cpu_ticks = vv_ms / (1000 / TICKS_PER_SEC);
187 cpu_ticks = vv_ms * (unsigned long long)TICKS_PER_SEC / 1000;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-w90x900/
H A Dtime.c42 #define TICKS_PER_SEC 100 macro
130 timer0_load = (rate / TICKS_PER_SEC);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dacenic.h281 #define TICKS_PER_SEC 1000000 macro
H A Dacenic.c405 #define DEF_STAT (2 * TICKS_PER_SEC)

Completed in 46 milliseconds