Lines Matching refs:config
157 const struct tegra_devfreq_device_config *config;
270 device_writel(dev, do_percent(val, dev->config->boost_up_threshold),
273 device_writel(dev, do_percent(val, dev->config->boost_down_threshold),
293 dev->config->boost_up_coeff);
308 dev->config->boost_down_coeff);
348 avg_sustain_coef = 100 * 100 / dev->config->boost_up_threshold;
362 if (dev->config->avg_dependency_threshold &&
363 dev->config->avg_dependency_threshold <= dev->target_freq) {
385 if (val & tegra->devices[i].config->irq_mask) {
443 if (dev_freq < actmon_dev->config->avg_dependency_threshold)
843 struct dev_pm_opp_config config = {
893 err = devm_pm_opp_set_config(&pdev->dev, &config);
895 dev_err(&pdev->dev, "Failed to set OPP config: %d\n", err);
919 dev->config = tegra->soc->configs + i;
920 dev->regs = tegra->regs + dev->config->offset;