Searched refs:node_path (Results 1 – 6 of 6) sorted by relevance
| /openbmc/qemu/include/system/ |
| H A D | device_tree.h | 65 int qemu_fdt_setprop(void *fdt, const char *node_path, 67 int qemu_fdt_setprop_cell(void *fdt, const char *node_path, 69 int qemu_fdt_setprop_u64(void *fdt, const char *node_path, 71 int qemu_fdt_setprop_string(void *fdt, const char *node_path, 87 int qemu_fdt_setprop_string_array(void *fdt, const char *node_path, 90 int qemu_fdt_setprop_phandle(void *fdt, const char *node_path, 103 const void *qemu_fdt_getprop(void *fdt, const char *node_path, 117 uint32_t qemu_fdt_getprop_cell(void *fdt, const char *node_path, 122 int qemu_fdt_nop_node(void *fdt, const char *node_path); 126 #define qemu_fdt_setprop_cells(fdt, node_path, property, ...) \ argument [all …]
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
| H A D | 0035-corstone1000-purge-U-Boot-specific-DT-nodes.patch | 34 + { .node_path = "/fwu-mdata" }, 35 + { .node_path = "/nvmxip-qspi@08000000" }, 36 + { .node_path = "/soc/mailbox@1b820000" }, 37 + { .node_path = "/soc/mailbox@1b830000" }, 38 + { .node_path = "/soc/mhu@1b000000" }, 39 + { .node_path = "/soc/mhu@1b010000" }, 40 + { .node_path = "/soc/mhu@1b020000" }, 41 + { .node_path = "/soc/mhu@1b030000" }, 42 + { .node_path = "/soc/client" }, 43 + { .node_path = "/soc/extsys@1A010310" },
|
| H A D | 0051-corstone1000-purge-remoteproc-dts-node.patch | 23 { .node_path = "/soc/mhu@1b010000" }, 24 { .node_path = "/soc/mhu@1b020000" }, 25 { .node_path = "/soc/mhu@1b030000" }, 26 - { .node_path = "/soc/client" }, 27 - { .node_path = "/soc/extsys@1A010310" }, 28 + { .node_path = "/soc/remoteproc@1a010310" },
|
| H A D | 0033-dt-Provide-a-way-to-remove-non-compliant-nodes-and-p.patch | 35 + const char *node_path; 107 + nodeoff = fdt_path_offset(fdt, purge_entry->node_path); 110 + nodeoff, purge_entry->node_path); 125 + err, purge_entry->node_path);
|
| /openbmc/u-boot/tools/binman/ |
| H A D | entry.py | 84 def Lookup(section, node_path, etype): argument 116 (etype, node_path, module_name, e))
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | fitimage.py | 115 …def _verify_dtb_property(self, dtc_bindir, dtb_path, node_path, property_name, req_property, absen… argument 121 cmd = '%s %s %s %s' % (fdtget_path, dtb_path, node_path, property_name)
|