Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/devfreq/
Dtegra30-devfreq.c229 static u32 device_readl(struct tegra_devfreq_device *dev, u32 offset) in device_readl() function
283 dev->avg_count = device_readl(dev, ACTMON_DEV_AVG_COUNT); in actmon_isr_device()
286 intr_status = device_readl(dev, ACTMON_DEV_INTR_STATUS); in actmon_isr_device()
287 dev_ctrl = device_readl(dev, ACTMON_DEV_CTRL); in actmon_isr_device()
674 stat->busy_time = device_readl(actmon_dev, ACTMON_DEV_AVG_COUNT); in tegra_devfreq_get_dev_status()