Lines Matching refs:j
98 int j; in psci_update_pwrlvl_limits() local
106 for (j = (int)PLAT_MAX_PWR_LVL - 1; j >= 0; j--) { in psci_update_pwrlvl_limits()
107 if (temp_index[j] != nodes_idx[j]) { in psci_update_pwrlvl_limits()
108 nodes_idx[j] = temp_index[j]; in psci_update_pwrlvl_limits()
109 psci_non_cpu_pd_nodes[nodes_idx[j]].cpu_start_idx in psci_update_pwrlvl_limits()
112 psci_non_cpu_pd_nodes[nodes_idx[j]].ncpus++; in psci_update_pwrlvl_limits()
126 unsigned int i, j = 0U, num_nodes_at_lvl = 1U, num_nodes_at_next_lvl; in populate_power_domain_tree() local
155 for (j = node_index; in populate_power_domain_tree()
156 j < (node_index + num_children); j++) in populate_power_domain_tree()
157 psci_init_pwr_domain_node((uint16_t)j, in populate_power_domain_tree()
161 node_index = j; in populate_power_domain_tree()
175 assert(j <= PLATFORM_CORE_COUNT); in populate_power_domain_tree()
176 return j; in populate_power_domain_tree()