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