Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/devfreq/
Dtegra30-devfreq.c233 static void device_writel(struct tegra_devfreq_device *dev, u32 val, in device_writel() function
259 device_writel(dev, avg + band, ACTMON_DEV_AVG_UPPER_WMARK); in tegra_devfreq_update_avg_wmark()
262 device_writel(dev, avg - band, ACTMON_DEV_AVG_LOWER_WMARK); in tegra_devfreq_update_avg_wmark()
270 device_writel(dev, do_percent(val, dev->config->boost_up_threshold), in tegra_devfreq_update_wmark()
273 device_writel(dev, do_percent(val, dev->config->boost_down_threshold), in tegra_devfreq_update_wmark()
318 device_writel(dev, dev_ctrl, ACTMON_DEV_CTRL); in actmon_isr_device()
320 device_writel(dev, ACTMON_INTR_STATUS_CLEAR, ACTMON_DEV_INTR_STATUS); in actmon_isr_device()
508 device_writel(dev, dev->avg_count, ACTMON_DEV_INIT_AVG); in tegra_actmon_configure_device()
513 device_writel(dev, tegra->soc->count_weight, ACTMON_DEV_COUNT_WEIGHT); in tegra_actmon_configure_device()
514 device_writel(dev, ACTMON_INTR_STATUS_CLEAR, ACTMON_DEV_INTR_STATUS); in tegra_actmon_configure_device()
[all …]