Lines Matching defs:node
45 ERROR("cannot add fragment node: %s\n",
59 ERROR("cannot add __overlay__ node: %s\n",
66 ERROR("cannot add tpm_event_log node: %s\n",
113 int err, node;
123 * and get the DTB root node.
134 * Find the TPM node in device tree.
136 node = fdt_node_offset_by_compatible(dtb, -1, compatible_tpm);
137 if (node < 0) {
140 return node;
143 err = fdt_setprop(dtb, node, DTB_PROP_HW_LOG_ADDR, &base, 8);
149 err = fdt_setprop(dtb, node, DTB_PROP_HW_LOG_SIZE, &sz, 4);