pmcnt_low         421 drivers/devfreq/event/exynos-ppmu.c 	unsigned int pmcnt_high, pmcnt_low;
pmcnt_low         456 drivers/devfreq/event/exynos-ppmu.c 		ret = regmap_read(info->regmap, PPMU_V2_PMCNT3_LOW, &pmcnt_low);
pmcnt_low         460 drivers/devfreq/event/exynos-ppmu.c 		load_count = ((u64)((pmcnt_high & 0xff)) << 32)+ (u64)pmcnt_low;