Home
last modified time | relevance | path

Searched full:node (Results 526 – 550 of 1779) sorted by relevance

1...<<21222324252627282930>>...72

/openbmc/qemu/hw/mem/
H A Dpc-dimm.c155 DEFINE_PROP_UINT32(PC_DIMM_NODE_PROP, PCDIMMDevice, node, 0),
192 if (((nb_numa_nodes > 0) && (dimm->node >= nb_numa_nodes)) || in pc_dimm_realize()
193 (!nb_numa_nodes && dimm->node)) { in pc_dimm_realize()
196 dimm->node, nb_numa_nodes ? nb_numa_nodes : 1); in pc_dimm_realize()
199 } else if (dimm->node > 0) { in pc_dimm_realize()
265 di->node = dimm->node; in pc_dimm_md_fill_device_info()
/openbmc/qemu/tests/qemu-iotests/
H A D248.out1 …": {"driver": "file", "filename": "TEST_DIR/PID-target"}, "size": 2097152}, "node-name": "target"}}
5 …": "raw", "file": {"driver": "file", "filename": "TEST_DIR/PID-target"}}, "node-name": "target"}]}}
H A D14862 driveopts.append('children.%d.node-name=img%d' % (i, i))
73 def do_check_event(self, node, sector = 0): argument
74 if node == None:
80 self.assert_qmp(event, 'data/node-name', node)
H A D18287 'node-name': 'node0',
100 'node-name': 'node0',
102 'snapshot-node-name': 'node1'
113 'node-name': 'node1',
/openbmc/u-boot/tools/binman/etype/
H A Du_boot_img.py23 def __init__(self, section, etype, node): argument
24 Entry_blob.__init__(self, section, etype, node)
H A Du_boot_dtb.py24 def __init__(self, section, etype, node): argument
25 Entry_blob_dtb.__init__(self, section, etype, node)
H A Dintel_fsp.py26 def __init__(self, section, etype, node): argument
27 Entry_blob.__init__(self, section, etype, node)
H A Du_boot.py28 def __init__(self, section, etype, node): argument
29 Entry_blob.__init__(self, section, etype, node)
H A Dintel_me.py27 def __init__(self, section, etype, node): argument
28 Entry_blob.__init__(self, section, etype, node)
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dfdt.c262 debug("no cpu node fount\n"); in ft_fixup_l2cache()
574 int node; local
576 /* The l2switch node from device-tree has
578 node = fdt_node_offset_by_compatible(blob, -1, "vitesse-9953");
579 if (node == -FDT_ERR_NOTFOUND)
580 /* no l2switch node has been found */
589 /* Add MAC address to l2switch node */
590 fdt_setprop(blob, node, "local-mac-address", l2swaddr,
604 /* delete crypto node if not on an E-processor */
761 * that with the physical address of the first ns16550-compatible node
[all …]
/openbmc/u-boot/doc/device-tree-bindings/remoteproc/
H A Dk3-rproc.txt19 - resets: Should contain a phandle to a reset controller node
23 - ti,sci: Phandle to TI-SCI compatible System controller node.
28 - assigned-clocks: Should contain a phandle to clock node and an args
/openbmc/u-boot/drivers/i2c/
H A Di2c-emul-uclass.c13 * i2c emulation works using an 'emul' node at the bus level. Each device in
14 * that node is in the UCLASS_I2C_EMUL uclass, and emulates one i2c device. A
21 * The 'emul' node is in the UCLASS_I2C_EMUL_PARENT uclass. We use a separate
/openbmc/qemu/hw/core/
H A Dmachine-smp.c290 const SmpCachePropertiesList *node; in machine_parse_smp_cache() local
294 for (node = caches; node; node = node->next) { in machine_parse_smp_cache()
296 if (test_bit(node->value->cache, caches_bitmap)) { in machine_parse_smp_cache()
300 CacheLevelAndType_str(node->value->cache)); in machine_parse_smp_cache()
304 machine_set_cache_topo_level(ms, node->value->cache, in machine_parse_smp_cache()
305 node->value->topology); in machine_parse_smp_cache()
306 set_bit(node->value->cache, caches_bitmap); in machine_parse_smp_cache()
/openbmc/qemu/block/
H A Dqed-l2-cache.c77 QTAILQ_FOREACH_SAFE(entry, &l2_cache->entries, node, next_entry) { in qed_free_l2_cache()
135 QTAILQ_FOREACH(entry, &l2_cache->entries, node) { in qed_find_l2_cache_entry()
177 QTAILQ_FOREACH_SAFE(entry, &l2_cache->entries, node, next) { in qed_commit_l2_cache_entry()
182 QTAILQ_REMOVE(&l2_cache->entries, entry, node); in qed_commit_l2_cache_entry()
194 QTAILQ_INSERT_TAIL(&l2_cache->entries, l2_table, node); in qed_commit_l2_cache_entry()
/openbmc/openbmc/poky/meta/lib/oe/package_manager/deb/
H A Drootfs.py80 def _dep_resolve(graph, node, resolved, seen): argument
81 seen.append(node)
83 for edge in graph[node]:
88 % (node, edge))
91 resolved.append(node)
/openbmc/qemu/docs/sphinx/
H A Dkerneldoc.py141 node = nodes.section()
142 self.do_parse(result, node)
144 return node.children
151 def do_parse(self, result, node): argument
153 self.state.nested_parse(result, 0, node, match_titles=1)
/openbmc/u-boot/drivers/phy/
H A Dphy-uclass.c54 ret = uclass_get_device_by_ofnode(UCLASS_PHY, args.node, &phydev); in generic_phy_get_by_index()
59 /* Check if args.node's parent is a PHY provider */ in generic_phy_get_by_index()
61 ofnode_get_parent(args.node), in generic_phy_get_by_index()
71 args.args[0] = ofnode_read_u32_default(args.node, "reg", -1); in generic_phy_get_by_index()
/openbmc/u-boot/include/dm/
H A Droot.h17 * This function returns pointer to the root node of the driver tree,
47 * This scans the device tree and creates a driver for each node. Only
61 * for each node. the top-level subnodes are examined and also all sub-nodes
62 * of "clocks" node.
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dmirror-sparse55 "filename":"'"$TEST_IMG.base"'", "node-name":"src-file"}' \
56 -blockdev '{"driver":"'$IMGFMT'", "node-name":"src", "file":"src-file"}'
86 {"node-name": "dst", "driver":"file",
98 {"node-name": "dst"}}' 'return' \
/openbmc/webui-vue/.github/workflows/
H A Ddeploy-docs-to-gh-pages.yml13 uses: actions/setup-node@v1
15 node-version: "12.x"
/openbmc/u-boot/doc/device-tree-bindings/clock/
H A Dmicrochip,pic32-clock.txt18 Example: Clock controller node:
25 Example: UART controller node that consumes the clock generated by the clock
/openbmc/u-boot/drivers/crypto/rsa_mod_exp/
H A Dmod_exp_uclass.c17 struct key_prop *node, uint8_t *out) in rsa_mod_exp() argument
24 return ops->mod_exp(dev, sig, sig_len, node, out); in rsa_mod_exp()
/openbmc/qemu/include/block/
H A Dblock-common.h224 #define BDRV_O_RESIZE 0x0004 /* request permission for resizing the node */
305 * zeroes in file child of current block node inside
383 /* Block node permission constants */
402 * required for writes to the block node when the caller promises that
410 /** This permission is required to change the size of a block node. */
444 * Filter node has exactly one FILTERED|PRIMARY child, and may have other
479 * Any node may have an arbitrary number of such children.
485 * Any node may have an arbitrary number of metadata-storing
495 * Any node may have at most one filtered child at a time.
505 * Any node may have at most one such backing child at a time.
[all …]
/openbmc/u-boot/scripts/dtc/
H A Ddtc-parser.y52 struct node *node; member
53 struct node *nodelist;
86 %type <node> devicetree
87 %type <node> nodedef
88 %type <node> subnode
182 struct node *target = get_node_by_ref($1, $3);
193 struct node *target = get_node_by_ref($1, $2);
212 struct node *target = get_node_by_ref($1, $3);
/openbmc/qemu/hw/intc/
H A Dxics_spapr.c316 int node; in xics_spapr_dt() local
318 _FDT(node = fdt_add_subnode(fdt, 0, "interrupt-controller")); in xics_spapr_dt()
320 _FDT(fdt_setprop_string(fdt, node, "device_type", in xics_spapr_dt()
322 _FDT(fdt_setprop_string(fdt, node, "compatible", "IBM,ppc-xicp")); in xics_spapr_dt()
323 _FDT(fdt_setprop(fdt, node, "interrupt-controller", NULL, 0)); in xics_spapr_dt()
324 _FDT(fdt_setprop(fdt, node, "ibm,interrupt-server-ranges", in xics_spapr_dt()
327 _FDT(fdt_setprop_cell(fdt, node, "#interrupt-cells", 2)); in xics_spapr_dt()
328 _FDT(fdt_setprop_cell(fdt, node, "linux,phandle", phandle)); in xics_spapr_dt()
329 _FDT(fdt_setprop_cell(fdt, node, "phandle", phandle)); in xics_spapr_dt()

1...<<21222324252627282930>>...72