Home
last modified time | relevance | path

Searched full:node (Results 426 – 450 of 1779) sorted by relevance

1...<<11121314151617181920>>...72

/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Dpinmux.h48 * @param node FDT I2C node to find
51 int pinmux_decode_periph_id(const void *blob, int node);
/openbmc/qemu/hw/acpi/
H A Dviot.c37 /* Output node */ in build_pci_host_range()
91 /* The virtio-iommu node follows the 48-bytes header */ in build_viot()
109 /* Node count */ in build_viot()
111 /* Node offset */ in build_viot()
116 /* Virtio-iommu node */ in build_viot()
/openbmc/qemu/hw/i386/
H A Dsgx.c69 int node; in sgx_epc_build_srat() local
71 node = object_property_get_uint(obj, SGX_EPC_NUMA_NODE_PROP, in sgx_epc_build_srat()
76 build_srat_memory(table_data, addr, size, node, MEM_AFFINITY_ENABLED); in sgx_epc_build_srat()
108 section->node = j++; in sgx_calc_host_epc_sections()
197 section->node = object_property_get_uint(obj, SGX_EPC_NUMA_NODE_PROP, in sgx_get_epc_sections_list()
259 monitor_printf(mon, "NUMA node #%" PRId64 ": ", in hmp_info_sgx()
260 section->value->node); in hmp_info_sgx()
319 /* set the numa node property for sgx epc object */ in pc_machine_init_sgx_epc()
321 list->value->node, &error_fatal); in pc_machine_init_sgx_epc()
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h757 * How much memory is needed for a buffer where we compress a data node.
817 * SCANNED_A_NODE: scanned a valid node
818 * SCANNED_A_CORRUPT_NODE: scanned a corrupted node
819 * SCANNED_A_BAD_PAD_NODE: scanned a padding node with invalid pad length
848 * LTAB_DIRTY: ltab node is dirty
849 * LSAVE_DIRTY: lsave node is dirty
869 * struct ubifs_old_idx - index node obsoleted since last commit start.
870 * @rb: rb-tree node
871 * @lnum: LEB number of obsoleted index node
872 * @offs: offset of obsoleted index node
[all …]
/openbmc/u-boot/cmd/
H A Dfdt.c252 * Make a new node in do_fdt()
256 char *nodep; /* new node to add */ in do_fdt()
257 int nodeoffset; /* node offset from libfdt */ in do_fdt()
261 * Parameters: Node path, new node to be appended to the path. in do_fdt()
291 int nodeoffset; /* node offset from libfdt */ in do_fdt()
298 * Parameters: Node path, property, optional value. in do_fdt()
347 int nodeoffset; /* node offset from libfdt */ in do_fdt()
348 const void *nodep; /* property node pointer */ in do_fdt()
352 * Parameters: Node path, property, optional value. in do_fdt()
409 /* node index not found */ in do_fdt()
[all …]
/openbmc/u-boot/doc/device-tree-bindings/reset/
H A Dreset.txt23 the DT node of each affected HW block, since if activated, an unrelated block
24 may be reset. Instead, reset signals should be represented in the DT node
25 where it makes most sense to control it; this may be a bus node if all
27 block node for dedicated reset signals. The intent of this binding is to give
/openbmc/qemu/tests/qemu-iotests/tests/
H A Diothreads-stream49 vm.add_blockdev(f'file,node-name=disk{i}-base-file,'
51 vm.add_blockdev(f'qcow2,node-name=disk{i}-base,file=disk{i}-base-file')
52 vm.add_blockdev(f'file,node-name=disk{i}-file,filename={snap_path}')
53 vm.add_blockdev(f'qcow2,node-name=disk{i},file=disk{i}-file,'
H A Dimage-fleecing5 # point-in-time snapshot of a node that can be queried over NBD.
94 f'file.filename={base_img_path},node-name={src_node}')
107 'node-name': tmp_node,
115 'node-name': tmp_node,
123 # Establish CBW from source to fleecing node
127 'node-name': 'fl-cbw',
133 fl_cbw['bitmap'] = {'node': src_node, 'name': 'bitmap0'}
142 'node-name': 'fl-access',
161 'node-name': 'target',
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/upm/
H A Dupm_git.bb44 PACKAGECONFIG ??= "${@bb.utils.contains('PACKAGES', 'node-${PN}', 'nodejs', '', d)} \
57 FILES:node-${PN} = "${prefix}/lib/node_modules/"
58 RDEPENDS:node-${PN} += "nodejs"
61 PACKAGES =+ "${@bb.utils.contains('BINDINGS', 'nodejs', 'node-${PN}', '', d)}"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mraa/
H A Dmraa_git.bb50 PACKAGECONFIG ??= "${@bb.utils.contains('PACKAGES', 'node-${PN}', 'nodejs', '', d)} \
60 FILES:node-${PN} = "${prefix}/lib/node_modules/"
61 RDEPENDS:node-${PN} += "nodejs"
64 PACKAGES =+ "${@bb.utils.contains('BINDINGS', 'nodejs', 'node-${PN}', '', d)}"
/openbmc/qemu/tests/qemu-iotests/
H A D20279 'node-name': 'disk0',
81 'snapshot-node-name': 'disk0-snap',
88 'node-name': 'disk1',
90 'snapshot-node-name': 'disk1-snap',
H A D280.out24 {"execute": "blockdev-add", "arguments": {"driver": "file", "filename": "TEST_DIR/PID-top", "node-n…
31 {"execute": "blockdev-add", "arguments": {"driver": "qcow2", "file": "top-file", "node-name": "top-…
33 {"execute": "blockdev-snapshot", "arguments": {"node": "base-fmt", "overlay": "top-fmt"}}
42 …"arguments": {"auto-dismiss": false, "device": "top-fmt", "job-id": "job0", "top-node": "top-fmt"}}
H A D29828 drive_opts = f'node-name=disk,driver={iotests.imgfmt},' \
29 f'file.node-name=filter,file.driver=preallocate,' \
30 f'file.file.node-name=file,file.file.filename={disk}'
100 'node-name': 'disk',
103 'node-name': 'filter',
108 'node-name': 'file',
/openbmc/u-boot/drivers/net/phy/
H A Dxilinx_phy.c102 ofnode node; in xilinxphy_of_init() local
105 node = phy_get_ofnode(phydev); in xilinxphy_of_init()
106 if (!ofnode_valid(node)) in xilinxphy_of_init()
109 phytype = ofnode_read_u32_default(node, "xlnx,phy-type", -1); in xilinxphy_of_init()
/openbmc/u-boot/arch/arm/mach-tegra/tegra186/
H A Dnvtboot_mem.c56 int node, len, i; in dram_init() local
62 node = fdt_path_offset(nvtboot_blob, "/memory"); in dram_init()
63 if (node < 0) { in dram_init()
64 pr_err("Can't find /memory node in nvtboot DTB"); in dram_init()
67 prop = fdt_getprop(nvtboot_blob, node, "reg", &len); in dram_init()
79 /* Parse the /memory node, and save useful entries */ in dram_init()
/openbmc/u-boot/drivers/pinctrl/
H A DKconfig114 The driver is controlled by a device tree node which contains
148 SoCs. This driver is controlled by a device tree node which
157 The driver is controlled by a device tree node which contains both
167 The driver is controlled by a device tree node which contains
198 The driver is controlled by a device tree node which contains both
208 The driver is controlled by a device tree node which contains both
H A Dpinctrl-at91-pio4.c38 static u32 atmel_pinctrl_get_pinconf(const void *blob, int node) in atmel_pinctrl_get_pinconf() argument
46 if (!fdt_get_property(blob, node, params->property, NULL)) in atmel_pinctrl_get_pinconf()
111 int node = dev_of_offset(config); in atmel_pinctrl_set_state() local
117 conf = atmel_pinctrl_get_pinconf(blob, node); in atmel_pinctrl_set_state()
119 count = fdtdec_get_int_array_count(blob, node, "pinmux", in atmel_pinctrl_set_state()
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/VPD/
H A DManager.interface.yaml116 Denotes the node in case of a multi-node configuration, ignored
117 on a single node system.
158 Denotes the node in case of multi-node configuration. Ignored in
159 case of single node configuration.
/openbmc/u-boot/board/elgin/elgin_rv1108/
H A Delgin_rv1108.c18 int node; in mach_cpu_init() local
38 node = fdt_node_offset_by_compatible(gd->fdt_blob, -1, "rockchip,rv1108-grf"); in mach_cpu_init()
39 grf = (struct rv1108_grf *)fdtdec_get_addr(gd->fdt_blob, node, "reg"); in mach_cpu_init()
/openbmc/u-boot/doc/device-tree-bindings/leds/
H A Dleds-gpio.txt6 Each LED is represented as a sub-node of the gpio-leds device. Each
7 node's name represents the name of the corresponding LED.
9 LED sub-node properties:
/openbmc/qemu/ebpf/
H A Debpf.c23 QSLIST_ENTRY(ElfBinaryDataEntry) node;
38 QSLIST_INSERT_HEAD(&ebpf_elf_obj_list, dataentry, node); in ebpf_register_binary_data()
44 QSLIST_FOREACH(it, &ebpf_elf_obj_list, node) { in ebpf_find_binary_by_id()
/openbmc/u-boot/drivers/gpio/
H A Dgpio-uclass.c200 debug("%s: node %s could not get gpio.\n", __func__, in gpio_hog_probe()
208 debug("%s: node %s could not set gpio.\n", __func__, in gpio_hog_probe()
779 * nodename: Name of node for which gpio gets requested
814 ret = uclass_get_device_by_ofnode(UCLASS_GPIO, args->node, in gpio_request_tail()
841 debug("%s: Node '%s', property '%s', failed to request GPIO index %d: %d\n", in gpio_request_tail()
846 static int _gpio_request_by_name_nodev(ofnode node, const char *list_name, in _gpio_request_by_name_nodev() argument
853 ret = ofnode_parse_phandle_with_args(node, list_name, "#gpio-cells", 0, in _gpio_request_by_name_nodev()
856 return gpio_request_tail(ret, ofnode_get_name(node), &args, list_name, in _gpio_request_by_name_nodev()
860 int gpio_request_by_name_nodev(ofnode node, const char *list_name, int index, in gpio_request_by_name_nodev() argument
863 return _gpio_request_by_name_nodev(node, list_name, index, desc, flags, in gpio_request_by_name_nodev()
[all …]
/openbmc/u-boot/drivers/serial/
H A Dserial-uclass.c32 int node; in serial_check_stdout() local
35 node = fdtdec_get_chosen_node(blob, "stdout-path"); in serial_check_stdout()
36 if (node < 0) { in serial_check_stdout()
44 * correct node. in serial_check_stdout()
52 node = fdt_path_offset(blob, name); in serial_check_stdout()
55 if (node < 0) in serial_check_stdout()
56 node = fdt_path_offset(blob, "console"); in serial_check_stdout()
57 if (!uclass_get_device_by_of_offset(UCLASS_SERIAL, node, devp)) in serial_check_stdout()
64 if (node > 0 && !lists_bind_fdt(gd->dm_root, offset_to_ofnode(node), in serial_check_stdout()
/openbmc/u-boot/tools/binman/
H A Dftest.py251 an 'spl' or 'tpl' property to the top-level node.
294 # a node indicating which it is, so aid verification.
421 def AddNode(node, path): argument
422 if node.name != '/':
423 path += '/' + node.name
424 for subnode in node.subnodes:
501 """Test that a device tree without a 'binman' node generates an error"""
504 self.assertIn("does not have a 'binman' node", str(e.exception))
507 """Test that an empty binman node works OK (i.e. does nothing)"""
517 self.assertIn("Unknown entry type 'not-a-valid-type' in node "
[all …]
/openbmc/u-boot/board/freescale/corenet_ds/
H A Deth_superhydra.c30 * 1) The status of each virtual MDIO node that is referenced by an Ethernet
31 * node is set to "okay".
33 * 2) The phy-handle property of each active Ethernet MAC node is set to the
34 * appropriate PHY node.
36 * 3) The "mux value" for each virtual MDIO node is set to the correct value,
39 * the virtual MDIO node for the SGMII card needs to be updated.
43 * 1) An alias for each PHY node that an Ethernet node could be routed to.
45 * 2) An alias for each real and virtual MDIO node that is disabled by default
196 * 1) A pointer to an Fman Ethernet node (as identified by the 'compat'
201 * ... update the phy-handle property of the Ethernet node to point to the
[all …]

1...<<11121314151617181920>>...72