Searched refs:boost_up_threshold (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/devfreq/ |
H A D | tegra30-devfreq.c | 90 unsigned int boost_up_threshold; member 114 .boost_up_threshold = 60, 123 .boost_up_threshold = 27, 136 .boost_up_threshold = 20, 145 .boost_up_threshold = 27, 270 device_writel(dev, do_percent(val, dev->config->boost_up_threshold), in tegra_devfreq_update_wmark() 348 avg_sustain_coef = 100 * 100 / dev->config->boost_up_threshold; in actmon_device_target_freq()
|
/kernel/linux/linux-5.10/drivers/devfreq/ |
H A D | tegra30-devfreq.c | 95 unsigned int boost_up_threshold; member 119 .boost_up_threshold = 60, 128 .boost_up_threshold = 27, 245 device_writel(dev, do_percent(val, dev->config->boost_up_threshold), in tegra_devfreq_update_wmark() 323 avg_sustain_coef = 100 * 100 / dev->config->boost_up_threshold; in actmon_device_target_freq()
|
Completed in 4 milliseconds