Searched refs:hip04_cpu_table (Results 1 – 1 of 1) sorted by relevance
59 static int hip04_cpu_table[HIP04_MAX_CLUSTERS][HIP04_MAX_CPUS_PER_CLUSTER]; variable75 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 …]