Lines Matching defs:node
41 struct device_node *node = np;
51 for (node = np; node; node = of_get_parent(node)) {
52 if (!PCI_DN(node)) {
53 of_node_put(node);
57 if (!of_device_is_compatible(node, "ibm,ioda2-phb") &&
58 !of_device_is_compatible(node, "ibm,ioda3-phb") &&
59 !of_device_is_compatible(node, "ibm,ioda2-npu2-opencapi-phb")) {
60 of_node_put(node);
64 ret = of_property_read_u64(node, "ibm,opal-phbid", &phbid);
66 of_node_put(node);
70 if (of_device_is_compatible(node, "ibm,ioda2-npu2-opencapi-phb"))