Searched refs:do_percent (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/devfreq/ |
| D | tegra-devfreq.c | 213 static unsigned long do_percent(unsigned long val, unsigned int pct) in do_percent() function 236 device_writel(dev, do_percent(val, dev->config->boost_up_threshold), in tegra_devfreq_update_wmark() 239 device_writel(dev, do_percent(val, dev->config->boost_down_threshold), in tegra_devfreq_update_wmark() 268 dev->boost_freq = do_percent(dev->boost_freq, in actmon_isr_device() 283 dev->boost_freq = do_percent(dev->boost_freq, in actmon_isr_device() 363 dev->target_freq = do_percent(dev->target_freq, avg_sustain_coef); in actmon_update_target()
|