Home
last modified time | relevance | path

Searched refs:count_p (Results 1 – 6 of 6) sorted by relevance

/arch/arm/mach-footbridge/
Disa-timer.c27 static int count_p = (mSEC_10_from_14/6); /* for the first call after boot */ in isa_gettimeoffset() local
51 if ((jiffies_t == jiffies_p) && (count > count_p)) in isa_gettimeoffset()
56 count_p = count; in isa_gettimeoffset()
/arch/x86/include/asm/mach-default/
Dmach_timer.h39 static inline void mach_countup(unsigned long *count_p) in mach_countup() argument
45 *count_p = count; in mach_countup()
/arch/sh/kernel/timers/
Dtimer-cmt.c53 static unsigned short count_p = 0xffff; /* for the first call after boot */ in cmt_timer_get_offset() local
74 if (count > count_p) { in cmt_timer_get_offset()
86 count_p = count; in cmt_timer_get_offset()
Dtimer-mtu2.c59 static int count_p = 0x7fff; /* for the first call after boot */ in mtu2_timer_get_offset() local
79 if (count > count_p) { in mtu2_timer_get_offset()
90 count_p = count; in mtu2_timer_get_offset()
/arch/cris/arch-v32/kernel/
Dtime.c78 static unsigned long count_p = TIMER0_DIV; in do_slow_gettimeoffset() local
95 if( count > count_p ) { in do_slow_gettimeoffset()
103 count_p = count; in do_slow_gettimeoffset()
/arch/cris/arch-v10/kernel/
Dtime.c70 static unsigned long count_p = TIMER0_DIV;/* for the first call after boot */ in do_slow_gettimeoffset() local
107 if( count > count_p ) { in do_slow_gettimeoffset()
115 count_p = count; in do_slow_gettimeoffset()