Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/devfreq/
Dtegra30-devfreq.c234 static void device_writel(struct tegra_devfreq_device *dev, u32 val, in device_writel() function
260 device_writel(dev, avg + band, ACTMON_DEV_AVG_UPPER_WMARK); in tegra_devfreq_update_avg_wmark()
263 device_writel(dev, avg - band, ACTMON_DEV_AVG_LOWER_WMARK); in tegra_devfreq_update_avg_wmark()
271 device_writel(dev, do_percent(val, dev->config->boost_up_threshold), in tegra_devfreq_update_wmark()
274 device_writel(dev, do_percent(val, dev->config->boost_down_threshold), in tegra_devfreq_update_wmark()
319 device_writel(dev, dev_ctrl, ACTMON_DEV_CTRL); in actmon_isr_device()
321 device_writel(dev, ACTMON_INTR_STATUS_CLEAR, ACTMON_DEV_INTR_STATUS); in actmon_isr_device()
509 device_writel(dev, dev->avg_count, ACTMON_DEV_INIT_AVG); in tegra_actmon_configure_device()
514 device_writel(dev, tegra->soc->count_weight, ACTMON_DEV_COUNT_WEIGHT); in tegra_actmon_configure_device()
515 device_writel(dev, ACTMON_INTR_STATUS_CLEAR, ACTMON_DEV_INTR_STATUS); in tegra_actmon_configure_device()
[all …]