Home
last modified time | relevance | path

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

/linux-4.1.27/arch/cris/arch-v10/kernel/
Dtime.c30 unsigned short presc_count; in get_ns_in_jiffie() local
36 presc_count = *R_TIM_PRESC_STATUS; in get_ns_in_jiffie()
42 presc_count = *R_TIM_PRESC_STATUS; in get_ns_in_jiffie()
46 if (presc_count >= PRESCALE_VALUE/2 ){ in get_ns_in_jiffie()
47 presc_count = PRESCALE_VALUE - presc_count + PRESCALE_VALUE/2; in get_ns_in_jiffie()
49 presc_count = PRESCALE_VALUE - presc_count - PRESCALE_VALUE/2; in get_ns_in_jiffie()
53 ( (presc_count) * (1000000000/PRESCALE_FREQ)); in get_ns_in_jiffie()