Searched refs:pmcnt_high (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/devfreq/event/
H A Dexynos-ppmu.c302 u32 pmcnt_high, pmcnt_low; exynos_ppmu_v2_get_event() local
320 pmcnt_high = __raw_readl(info->ppmu.base + PPMU_V2_PMCNT3_HIGH); exynos_ppmu_v2_get_event()
322 load_count = ((u64)((pmcnt_high & 0xff)) << 32) exynos_ppmu_v2_get_event()

Completed in 64 milliseconds