Home
last modified time | relevance | path

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

/openbmc/linux/drivers/devfreq/
H A Dtegra30-devfreq.c228 static u32 device_readl(struct tegra_devfreq_device *dev, u32 offset) in device_readl() function
282 dev->avg_count = device_readl(dev, ACTMON_DEV_AVG_COUNT); in actmon_isr_device()
285 intr_status = device_readl(dev, ACTMON_DEV_INTR_STATUS); in actmon_isr_device()
286 dev_ctrl = device_readl(dev, ACTMON_DEV_CTRL); in actmon_isr_device()
673 stat->busy_time = device_readl(actmon_dev, ACTMON_DEV_AVG_COUNT); in tegra_devfreq_get_dev_status()