Lines Matching refs:device_writel
233 static void device_writel(struct tegra_devfreq_device *dev, u32 val,
259 device_writel(dev, avg + band, ACTMON_DEV_AVG_UPPER_WMARK);
262 device_writel(dev, avg - band, ACTMON_DEV_AVG_LOWER_WMARK);
270 device_writel(dev, do_percent(val, dev->config->boost_up_threshold),
273 device_writel(dev, do_percent(val, dev->config->boost_down_threshold),
318 device_writel(dev, dev_ctrl, ACTMON_DEV_CTRL);
320 device_writel(dev, ACTMON_INTR_STATUS_CLEAR, ACTMON_DEV_INTR_STATUS);
508 device_writel(dev, dev->avg_count, ACTMON_DEV_INIT_AVG);
513 device_writel(dev, tegra->soc->count_weight, ACTMON_DEV_COUNT_WEIGHT);
514 device_writel(dev, ACTMON_INTR_STATUS_CLEAR, ACTMON_DEV_INTR_STATUS);
528 device_writel(dev, val, ACTMON_DEV_CTRL);
537 device_writel(dev, ACTMON_DEV_CTRL_STOP, ACTMON_DEV_CTRL);
538 device_writel(dev, ACTMON_INTR_STATUS_CLEAR,