Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/devfreq/
Dtegra-devfreq.c212 static unsigned long do_percent(unsigned long val, unsigned int pct) in do_percent() function
235 device_writel(dev, do_percent(val, dev->config->boost_up_threshold), in tegra_devfreq_update_wmark()
238 device_writel(dev, do_percent(val, dev->config->boost_down_threshold), in tegra_devfreq_update_wmark()
267 dev->boost_freq = do_percent(dev->boost_freq, in actmon_isr_device()
282 dev->boost_freq = do_percent(dev->boost_freq, in actmon_isr_device()
362 dev->target_freq = do_percent(dev->target_freq, avg_sustain_coef); in actmon_update_target()