Lines Matching defs:level
41 * 'psci_cpu_pd_nodes' corresponding to the power level.
45 unsigned char level)
47 if (level > PSCI_CPU_PWR_LVL) {
50 psci_non_cpu_pd_nodes[node_idx].level = level;
71 /* Invalidate the suspend level for the cpu */
129 int level = (int)PLAT_MAX_PWR_LVL;
132 * For each level the inputs are:
133 * - number of nodes at this level in plat_array i.e. num_nodes_at_level
134 * This is the sum of values of nodes at the parent level.
135 * - Index of first entry at this level in the plat_array i.e.
138 * psci_cpu_pd_nodes[] i.e. node_index depending upon the level.
140 while (level >= (int) PSCI_CPU_PWR_LVL) {
143 * For each entry (parent node) at this level in the plat_array:
148 * - Accumulate the number of children at next level.
159 (unsigned char)level);
167 level--;
170 if (level == (int) PSCI_CPU_PWR_LVL)