Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/timer/
H A Dtsc_timer.c342 unsigned long fast_calibrate; in tsc_timer_probe() local
344 fast_calibrate = cpu_mhz_from_msr(); in tsc_timer_probe()
345 if (!fast_calibrate) { in tsc_timer_probe()
346 fast_calibrate = quick_pit_calibrate(); in tsc_timer_probe()
347 if (!fast_calibrate) in tsc_timer_probe()
351 uc_priv->clock_rate = fast_calibrate * 1000000; in tsc_timer_probe()