pmcnt3_high       202 drivers/devfreq/event/exynos-ppmu.c 	unsigned int pmcnt3_high, pmcnt3_low;
pmcnt3_high       236 drivers/devfreq/event/exynos-ppmu.c 		ret = regmap_read(info->regmap, PPMU_PMCNT3_HIGH, &pmcnt3_high);
pmcnt3_high       244 drivers/devfreq/event/exynos-ppmu.c 		edata->load_count = ((pmcnt3_high << 8) | pmcnt3_low);