Searched refs:cpunr (Results 1 – 2 of 2) sorted by relevance
60 unsigned int cpunr = cpu + (cluster * EXYNOS5420_CPUS_PER_CLUSTER); in exynos_cpu_powerup() local67 if (!exynos_cpu_power_state(cpunr)) { in exynos_cpu_powerup()68 exynos_cpu_power_up(cpunr); in exynos_cpu_powerup()107 unsigned int cpunr = cpu + (cluster * EXYNOS5420_CPUS_PER_CLUSTER); in exynos_cpu_powerdown_prepare() local112 exynos_cpu_power_down(cpunr); in exynos_cpu_powerdown_prepare()155 unsigned int cpunr = cpu + (cluster * EXYNOS5420_CPUS_PER_CLUSTER); in exynos_wait_for_powerdown() local163 if ((exynos_cpu_power_state(cpunr) == 0)) in exynos_wait_for_powerdown()
29 unsigned int cpunr = 0; in count_cpus() local45 if (sscanf(value, "cpu%d ", &cpunr) != 1) in count_cpus()47 if (cpunr > ret) in count_cpus()48 ret = cpunr; in count_cpus()