Home
last modified time | relevance | path

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

/drivers/devfreq/
Dtegra30-devfreq.c316 unsigned int avg_sustain_coef; in actmon_update_target() local
324 avg_sustain_coef = 100 * 100 / dev->config->boost_up_threshold; in actmon_update_target()
325 dev->target_freq = do_percent(dev->target_freq, avg_sustain_coef); in actmon_update_target()