Lines Matching refs:timer_freq
175 unsigned int timer_freq)
184 tmr->tick_rate = timer_freq;
192 tmr->latch = DIV_ROUND_CLOSEST(timer_freq,
208 clocksource_mmio_init(NULL, "OSTS", timer_freq, 200, 32,
227 clockevents_config_and_register(&tmr->clkevt, timer_freq,
230 sched_clock_register(ixp4xx_read_sched_clock, 32, timer_freq);
235 tmr->delay_timer.freq = timer_freq;
246 * @timer_freq: Fixed frequency of the timer
250 unsigned int timer_freq)
259 ixp4xx_timer_register(base, timer_irq, timer_freq);