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