Lines Matching refs:config
140 const struct tegra_devfreq_device_config *config;
245 device_writel(dev, do_percent(val, dev->config->boost_up_threshold),
248 device_writel(dev, do_percent(val, dev->config->boost_down_threshold),
268 dev->config->boost_up_coeff);
283 dev->config->boost_down_coeff);
323 avg_sustain_coef = 100 * 100 / dev->config->boost_up_threshold;
337 if (dev->config->avg_dependency_threshold &&
338 dev->config->avg_dependency_threshold <= dev->target_freq) {
360 if (val & tegra->devices[i].config->irq_mask) {
418 if (dev_freq < actmon_dev->config->avg_dependency_threshold)
849 dev->config = actmon_device_configs + i;
850 dev->regs = tegra->regs + dev->config->offset;