Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/devfreq/
Dtegra-devfreq.c201 static u32 device_readl(struct tegra_devfreq_device *dev, u32 offset) in device_readl() function
257 dev->avg_count = device_readl(dev, ACTMON_DEV_AVG_COUNT); in actmon_isr_device()
260 intr_status = device_readl(dev, ACTMON_DEV_INTR_STATUS); in actmon_isr_device()
261 dev_ctrl = device_readl(dev, ACTMON_DEV_CTRL); in actmon_isr_device()
420 val = device_readl(dev, ACTMON_DEV_CTRL); in tegra_actmon_enable_interrupts()
441 val = device_readl(dev, ACTMON_DEV_CTRL); in tegra_actmon_disable_interrupts()
522 stat->busy_time = device_readl(actmon_dev, ACTMON_DEV_AVG_COUNT); in tegra_devfreq_get_dev_status()
723 val = device_readl(&tegra->devices[i], ACTMON_DEV_CTRL); in tegra_devfreq_remove()