Searched refs:pmcnt3_high (Results 1 – 1 of 1) sorted by relevance
207 unsigned int pmcnt3_high, pmcnt3_low; in exynos_ppmu_get_event() local241 ret = regmap_read(info->regmap, PPMU_PMCNT3_HIGH, &pmcnt3_high); in exynos_ppmu_get_event()249 edata->load_count = ((pmcnt3_high << 8) | pmcnt3_low); in exynos_ppmu_get_event()