Home
last modified time | relevance | path

Searched refs:hip04_cpu_table (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/arch/arm/mach-hisi/
Dplatmcpm.c59 static int hip04_cpu_table[HIP04_MAX_CLUSTERS][HIP04_MAX_CPUS_PER_CLUSTER]; variable
75 if (hip04_cpu_table[cluster][i]) in hip04_cluster_is_down()
109 if (hip04_cpu_table[cluster][cpu]) in hip04_mcpm_power_up()
135 hip04_cpu_table[cluster][cpu]++; in hip04_mcpm_power_up()
154 hip04_cpu_table[cluster][cpu]--; in hip04_mcpm_power_down()
155 if (hip04_cpu_table[cluster][cpu] == 1) { in hip04_mcpm_power_down()
158 } else if (hip04_cpu_table[cluster][cpu] > 1) { in hip04_mcpm_power_down()
197 if (hip04_cpu_table[cluster][cpu]) { in hip04_mcpm_wait_for_powerdown()
239 if (!hip04_cpu_table[cluster][cpu]) in hip04_mcpm_powered_up()
240 hip04_cpu_table[cluster][cpu] = 1; in hip04_mcpm_powered_up()
[all …]