Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/cris/kernel/
Dtime.c77 unsigned short presc_count; in get_ns_in_jiffie() local
84 presc_count = *R_TIM_PRESC_STATUS; in get_ns_in_jiffie()
90 presc_count = *R_TIM_PRESC_STATUS; in get_ns_in_jiffie()
94 if (presc_count >= PRESCALE_VALUE/2 ){ in get_ns_in_jiffie()
95 presc_count = PRESCALE_VALUE - presc_count + PRESCALE_VALUE/2; in get_ns_in_jiffie()
97 presc_count = PRESCALE_VALUE - presc_count - PRESCALE_VALUE/2; in get_ns_in_jiffie()
101 ( (presc_count) * (1000000000/PRESCALE_FREQ)); in get_ns_in_jiffie()
198 unsigned short presc_count; in do_slow_gettimeoffset() local
216 presc_count = *R_TIM_PRESC_STATUS; in do_slow_gettimeoffset()
221 presc_count = *R_TIM_PRESC_STATUS; in do_slow_gettimeoffset()
[all …]