Searched refs:count_p (Results 1 – 6 of 6) sorted by relevance
27 static int count_p = (mSEC_10_from_14/6); /* for the first call after boot */ in isa_gettimeoffset() local51 if ((jiffies_t == jiffies_p) && (count > count_p)) in isa_gettimeoffset()56 count_p = count; in isa_gettimeoffset()
39 static inline void mach_countup(unsigned long *count_p) in mach_countup() argument45 *count_p = count; in mach_countup()
53 static unsigned short count_p = 0xffff; /* for the first call after boot */ in cmt_timer_get_offset() local74 if (count > count_p) { in cmt_timer_get_offset()86 count_p = count; in cmt_timer_get_offset()
59 static int count_p = 0x7fff; /* for the first call after boot */ in mtu2_timer_get_offset() local79 if (count > count_p) { in mtu2_timer_get_offset()90 count_p = count; in mtu2_timer_get_offset()
78 static unsigned long count_p = TIMER0_DIV; in do_slow_gettimeoffset() local95 if( count > count_p ) { in do_slow_gettimeoffset()103 count_p = count; in do_slow_gettimeoffset()
70 static unsigned long count_p = TIMER0_DIV;/* for the first call after boot */ in do_slow_gettimeoffset() local107 if( count > count_p ) { in do_slow_gettimeoffset()115 count_p = count; in do_slow_gettimeoffset()