Home
last modified time | relevance | path

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

/linux-4.4.14/arch/cris/arch-v10/kernel/
Dfasttimer.c139 int freq_index = 0; /* This is the lowest resolution */ in start_timer1() local
148 while (delay_us < upper_limit && freq_index < MAX_USABLE_TIMER_FREQ) in start_timer1()
150 freq_index++; in start_timer1()
153 if (freq_index > 0) in start_timer1()
155 freq_index--; in start_timer1()
158 freq_index = 6; in start_timer1()
160 div = delay_us * timer_freq_100[freq_index]/10000; in start_timer1()
175 timer_freq_settings[fast_timers_started % NUM_TIMER_STATS] = freq_index; in start_timer1()
179 delay_us, freq_index, div)); in start_timer1()
191 IO_FIELD(R_TIMER_CTRL, clksel1, freq_index ); /* 6=c19k2Hz */ in start_timer1()
/linux-4.4.14/arch/cris/arch-v32/kernel/
Dfasttimer.c142 delay_us, freq_index, div)); in start_timer_trig()