Lines Matching defs:index
442 rc = of_property_read_u32(child, "ibm,my-drc-index",
462 u32 index;
487 index = drc.drc_index_start;
489 if (drc_index == index)
492 index += drc.sequential_inc;
502 int rc, index;
509 * of drc values so we start looking at index = 1.
511 index = 1;
516 index++, &drc);
554 pr_debug("Attempting to add CPU, drc index: %x\n", drc_index);
564 pr_warn("CPU with drc index %x already exists\n", drc_index);
570 pr_warn("Cannot find CPU (drc index %x) to add.\n", drc_index);
576 pr_warn("Failed to acquire DRC, rc: %d, drc index: %x\n",
584 pr_warn("Failed call to configure-connector, drc index: %x\n",
598 pr_warn("Failed to attach node %pOFn, rc: %d, drc index: %x\n",
613 pr_warn("Failed to online cpu %pOFn, rc: %d, drc index: %x\n",
623 pr_debug("Successfully added CPU %pOFn, drc index: %x\n", dn,
686 pr_debug("Attempting to remove CPU %pOFn, drc index: %x\n",
716 pr_debug("Successfully removed CPU, drc index: %x\n", drc_index);
727 rc = of_property_read_u32(dn, "ibm,my-drc-index", &my_index);
745 pr_warn("Cannot find CPU (drc index %x) to remove\n",
821 rc = of_property_read_u32(dn, "ibm,my-drc-index", &drc_index);