Searched refs:tick (Results 1 - 25 of 54) sorted by relevance

123

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-nexuspci/
H A Dtime.h48 int tick = 3686400 / 16 / 2 / 100; local
50 __raw_writeb(tick & 0xff, DUART_BASE + 0x1c);
51 __raw_writeb(tick >> 8, DUART_BASE + 0x18);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-nexuspci/
H A Dtime.h48 int tick = 3686400 / 16 / 2 / 100; local
50 __raw_writeb(tick & 0xff, DUART_BASE + 0x1c);
51 __raw_writeb(tick >> 8, DUART_BASE + 0x18);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/tc/
H A Dtc_core.h8 long tc_core_tick2usec(long tick);
H A Dtc_core.c35 long tc_core_tick2usec(long tick) argument
37 return tick/tick_in_usec;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/kernel/
H A Dtime-acorn.c49 offset = tick;
56 offset += tick;
64 offset += count1 * tick / LATCH;
H A Dtime.c110 if (xtime.tv_usec < 50000 - (tick >> 1) &&
111 xtime.tv_usec >= 50000 + (tick >> 1))
184 * is value at the last tick.
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/mach-clps711x/
H A Dtime.c29 * gettimeoffset() returns time since last timer tick, in usecs.
32 * 'tick' is usecs per jiffy.
38 return (hwticks * tick) / LATCH;
/asus-wl-520gu-7.0.1.45/src/linux/linux/kernel/
H A Dtime.c227 if (txc->tick < 900000/HZ || txc->tick > 1100000/HZ)
339 if (txc->tick < 900000/HZ || txc->tick > 1100000/HZ) {
343 tick = txc->tick;
373 txc->tick = tick;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/kernel/
H A Dtime.c73 xtime.tv_usec >= 500000 - ((unsigned) tick) / 2 &&
74 xtime.tv_usec <= 500000 + ((unsigned) tick) / 2) {
156 * is value at the last tick.
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dadjtimex.c89 "Usage: %s [ -q ] [ -o offset ] [ -f frequency ] [ -p timeconstant ] [ -t tick ]\n",
122 txc.tick = atoi(optarg);
167 "-t tick: %ld\n"
172 txc.precision, txc.tolerance, txc.tick,
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dtimex.h174 long tick; /* (modified) usecs between clock ticks */ member in struct:timex
199 #define ADJ_TICK 0x4000 /* tick value */
253 extern long tick; /* timer interrupt period */
254 extern int tickadj; /* amount of adjustment per tick */
270 extern long time_adj; /* tick adjust (scaled 1 / HZ) */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dtimex.h174 long tick; /* (modified) usecs between clock ticks */ member in struct:timex
199 #define ADJ_TICK 0x4000 /* tick value */
253 extern long tick; /* timer interrupt period */
254 extern int tickadj; /* amount of adjustment per tick */
270 extern long time_adj; /* tick adjust (scaled 1 / HZ) */
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-sa1100/
H A Dtime.h61 usec = (unsigned long)(elapsed*tick)/LATCH;
72 * This ensures an exact clock tick count and time acuracy.
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-sa1100/
H A Dtime.h61 usec = (unsigned long)(elapsed*tick)/LATCH;
72 * This ensures an exact clock tick count and time acuracy.
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bridge/
H A Dbr_stp_timer.c195 br->tick.expires = jiffies + 1;
196 add_timer(&br->tick);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-ebsa285/
H A Dtime.h55 /* Detect timer underflows. If we haven't had a timer tick since
65 count = (((mSEC_10_from_14/6)-1) - count) * tick;
185 return (tick * value) / LATCH;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-ebsa285/
H A Dtime.h55 /* Detect timer underflows. If we haven't had a timer tick since
65 count = (((mSEC_10_from_14/6)-1) - count) * tick;
185 return (tick * value) / LATCH;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/dec/
H A Dtime.c96 /* Get last timer tick in absolute kernel time */
137 /* Get last timer tick in absolute kernel time */
190 #define TICK_SIZE tick
235 * is value at the last tick.
358 && xtime.tv_usec >= 500000 - tick / 2
359 && xtime.tv_usec <= 500000 + tick / 2) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dold-time.c91 /* Get last timer tick in absolute kernel time */
145 #define TICK_SIZE tick
244 * is value at the last tick.
384 xtime.tv_usec >= 500000 - ((unsigned) tick) / 2 &&
385 xtime.tv_usec <= 500000 + ((unsigned) tick) / 2) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/kernel/
H A Dtime.c75 #define TICK_SIZE tick
202 xtime.tv_usec >= 500000 - ((unsigned) tick) / 2 &&
203 xtime.tv_usec <= 500000 + ((unsigned) tick) / 2) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dtime.c102 (jiffies - wall_jiffies) * tick;
230 abs(xtime.tv_usec - 500000) <= tick / 2) {
369 * Read the period, compute tick and quotient.
381 hpet_tick = (1000000000L * tick + hpet_period / 2) / hpet_period;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/kernel/
H A Dtime.c63 #define TICK_SIZE tick
213 * is value at the last tick.
389 xtime.tv_usec > 500000 - (tick >> 1) &&
390 xtime.tv_usec < 500000 + (tick >> 1)) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dtime.c113 #define TICK_SIZE tick
438 xtime.tv_usec >= 500000 - ((unsigned) tick) / 2 &&
439 xtime.tv_usec <= 500000 + ((unsigned) tick) / 2) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/kernel/
H A Dtime.c40 #define TICK_SIZE tick
121 * is value at the last tick.
156 * set clock comparator for next tick
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Dtime.c40 #define TICK_SIZE tick
94 * is value at the last tick.
129 * set clock comparator for next tick

Completed in 270 milliseconds

123