Home
last modified time | relevance | path

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

/drivers/devfreq/event/
Dexynos-ppmu.c248 pmnc = __raw_readl(info->ppmu.base + PPMU_V2_PMNC); in exynos_ppmu_v2_disable()
250 __raw_writel(pmnc, info->ppmu.base + PPMU_V2_PMNC); in exynos_ppmu_v2_disable()
281 pmnc = __raw_readl(info->ppmu.base + PPMU_V2_PMNC); in exynos_ppmu_v2_set_event()
291 __raw_writel(pmnc, info->ppmu.base + PPMU_V2_PMNC); in exynos_ppmu_v2_set_event()
306 pmnc = __raw_readl(info->ppmu.base + PPMU_V2_PMNC); in exynos_ppmu_v2_get_event()
308 __raw_writel(pmnc, info->ppmu.base + PPMU_V2_PMNC); in exynos_ppmu_v2_get_event()
Dexynos-ppmu.h114 PPMU_V2_PMNC = 0x04, enumerator