Searched refs:presc_count (Results 1 – 1 of 1) sorted by relevance
30 unsigned short presc_count; in get_ns_in_jiffie() local36 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()