Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clocksource/
Dcadence_ttc_timer.c244 unsigned long factor, rate_low, rate_high; in ttc_rate_change_clocksource_cb() local
250 rate_high = ndata->new_rate; in ttc_rate_change_clocksource_cb()
255 rate_high = ndata->old_rate; in ttc_rate_change_clocksource_cb()
261 if (abs(rate_high - (factor * rate_low)) > MAX_F_ERR) in ttc_rate_change_clocksource_cb()