Searched refs:device_writel (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/devfreq/ |
| H A D | tegra30-devfreq.c | 208 static void device_writel(struct tegra_devfreq_device *dev, u32 val, in device_writel() function 234 device_writel(dev, avg + band, ACTMON_DEV_AVG_UPPER_WMARK); in tegra_devfreq_update_avg_wmark() 237 device_writel(dev, avg - band, ACTMON_DEV_AVG_LOWER_WMARK); in tegra_devfreq_update_avg_wmark() 245 device_writel(dev, do_percent(val, dev->config->boost_up_threshold), in tegra_devfreq_update_wmark() 248 device_writel(dev, do_percent(val, dev->config->boost_down_threshold), in tegra_devfreq_update_wmark() 293 device_writel(dev, dev_ctrl, ACTMON_DEV_CTRL); in actmon_isr_device() 295 device_writel(dev, ACTMON_INTR_STATUS_CLEAR, ACTMON_DEV_INTR_STATUS); in actmon_isr_device() 483 device_writel(dev, dev->avg_count, ACTMON_DEV_INIT_AVG); in tegra_actmon_configure_device() 488 device_writel(dev, ACTMON_COUNT_WEIGHT, ACTMON_DEV_COUNT_WEIGHT); in tegra_actmon_configure_device() 489 device_writel(dev, ACTMON_INTR_STATUS_CLEAR, ACTMON_DEV_INTR_STATUS); in tegra_actmon_configure_device() [all …]
|