Home
last modified time | relevance | path

Searched full:node (Results 476 – 500 of 1779) sorted by relevance

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

/openbmc/u-boot/arch/arm/mach-socfpga/
H A Dboard.c63 int node[2], count; in board_usb_init() local
68 node, 2); in board_usb_init()
72 addr = fdtdec_get_addr(gd->fdt_blob, node[0], "reg"); in board_usb_init()
/openbmc/u-boot/drivers/ram/
H A Dmpc83xx_sdram.c136 * @node: Device tree node associated with ths module in question
143 static int mpc83xx_sdram_static_init(ofnode node, u32 cs, u32 mapaddr, u32 size) in mpc83xx_sdram_static_init() argument
158 auto_precharge = ofnode_read_u32_default(node, "auto_precharge", 0); in mpc83xx_sdram_static_init()
165 ofnode_get_name(node), auto_precharge); in mpc83xx_sdram_static_init()
169 odt_rd_cfg = ofnode_read_u32_default(node, "odt_rd_cfg", 0); in mpc83xx_sdram_static_init()
175 ofnode_get_name(node), odt_rd_cfg); in mpc83xx_sdram_static_init()
187 ofnode_get_name(node), odt_rd_cfg); in mpc83xx_sdram_static_init()
196 ofnode_get_name(node), odt_rd_cfg); in mpc83xx_sdram_static_init()
200 odt_wr_cfg = ofnode_read_u32_default(node, "odt_wr_cfg", 0); in mpc83xx_sdram_static_init()
206 ofnode_get_name(node), odt_wr_cfg); in mpc83xx_sdram_static_init()
[all …]
/openbmc/u-boot/tools/
H A Dfdtgrep.c36 struct value_node *next; /* Pointer to next node, or NULL */
49 int add_aliases; /* Add aliases node to output */
59 int include_root; /* Include the root node and all properties */
116 struct value_node *node; in value_add() local
138 node = malloc(sizeof(*node)); in value_add()
139 if (!node) in value_add()
141 node->next = *headp; in value_add()
142 node->type = type; in value_add()
143 node->include = include; in value_add()
144 node->string = str; in value_add()
[all …]
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dmigrate-bitmaps-postcopy-test121 self.vm_a.cmd('block-dirty-bitmap-add', node='drive0',
127 node='drive0', name='bitmap0')
133 node='drive0', name='bitmap0')
142 self.vm_a.cmd('block-dirty-bitmap-disable', node='drive0',
148 node='drive0', name='bitmap0')
153 self.vm_a.cmd('block-dirty-bitmap-enable', node='drive0',
213 node='drive0', name='bitmap{}'.format(i))
225 result = vm.qmp('block-dirty-bitmap-remove', node='drive0',
H A Dmirror-sparse.out14 {"node-name": "dst", "driver":"file",
31 {"node-name": "dst"}}
44 {"node-name": "dst", "driver":"file",
61 {"node-name": "dst"}}
74 {"node-name": "dst", "driver":"file",
91 {"node-name": "dst"}}
118 {"node-name": "dst", "driver":"file",
135 {"node-name": "dst"}}
162 {"node-name": "dst", "driver":"file",
179 {"node-name": "dst"}}
[all …]
/openbmc/u-boot/drivers/pinctrl/
H A Dpinctrl-generic.c237 * @config: pseudo device pointing to config node
292 * pinctrl_generic_set_state_subnode() - apply all settings in config node
295 * @config: pseudo device pointing to config node
302 int node = dev_of_offset(config); in pinctrl_generic_set_state_subnode() local
308 strings_count = fdt_stringlist_count(fdt, node, subnode_target_type); in pinctrl_generic_set_state_subnode()
312 strings_count = fdt_stringlist_count(fdt, node, in pinctrl_generic_set_state_subnode()
315 /* skip this node; may contain config child nodes */ in pinctrl_generic_set_state_subnode()
321 name = fdt_stringlist_get(fdt, node, subnode_target_type, i, in pinctrl_generic_set_state_subnode()
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dmanager.hpp145 * @param[in] i_nodeNumber - Denotes the node in case of a multi-node
146 * configuration, defaulted to zero incase of single node system.
180 * @param[in] i_nodeNumber - Denotes the node in case of a multi-node
181 * configuration, defaulted to zero incase of single node system.
212 * An API to get unexpanded location code and node number from expanded
220 * @return Location code in unexpanded format and its node number.
/openbmc/qemu/docs/
H A Dpci_expander_bridge.txt13 is a primary bus and can be associated with a NUMA node
24 -object memory-backend-ram,size=1024M,policy=bind,host-nodes=0,id=ram-node0 -numa node,nodeid=0,cpu…
25 -object memory-backend-ram,size=1024M,policy=bind,host-nodes=1,id=ram-node1 -numa node,nodeid=1,cpu…
31 …- 2 NUMA nodes for the guest, 0 and 1. (both mapped to the same NUMA node in host, but you can and…
/openbmc/qemu/tests/qemu-iotests/
H A D18463 "node-name": "disk0"
78 "node-name": "throttle0",
168 "node-name": "disk0"
174 "node-name": "throttle0",
H A D04151 self.vm = iotests.VM().add_drive(test_img, "node-name=top,backing.node-name=base")
168 # Tests that the insertion of the mirror_top filter node doesn't make a
185 self.assert_qmp(result, 'return[0]/node-name', 'top')
186 self.assert_qmp(result, 'return[0]/backing/node-name', 'base')
198 self.assert_qmp(result, 'return[0]/node-name', 'top')
199 self.assert_qmp(result, 'return[0]/backing/node-name', 'base')
228 'node-name': self.qmp_target,
238 def do_test_resize(self, device, node): argument
244 result = self.vm.qmp('block_resize', node_name=node, size=65536)
911 # Assign a node name to each quorum image in order to manipulate
[all …]
H A D244239 # We are going to flush a qcow2 file with a blkdebug node inserted
240 # between the qcow2 node and its data file node. The blkdebug node
306 -blockdev file,node-name=data,filename="$TEST_IMG.data" \
307 -blockdev file,node-name=meta,filename="$TEST_IMG"
366 # their image header, but qemu will allow you to set a backing node at
368 # from the qcow2 node should return the same data as reading from the
369 # raw node).
381 # that is, the qcow2 node must not fall through to the backing image
H A D185241 --blockdev null-co,node-name=null,size=$size \
242 --blockdev throttle,node-name=throttled,throttle-group=thrgr,file=null \
244 --export nbd,id=exp,node-name=throttled,name=target,writable=true \
253 --blockdev file,node-name=source-proto,filename="$TEST_IMG" \
254 --blockdev qcow2,node-name=source-fmt,file=source-proto \
257 \"node-name\": \"target\",
385 \"node-name\": \"target\",
391 --blockdev file,node-name=source-proto,filename="$TEST_IMG" \
392 --blockdev qcow2,node-name=source-fmt,file=source-proto,backing=target \
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0033-dt-Provide-a-way-to-remove-non-compliant-nodes-and-p.patch84 + * If both the node and property are specified, delete the property. If
85 + * only the node is specified, delete the entire node, including it's
109 + log_debug("Error (%d) getting node offset for %s\n",
124 + log_debug("Error (%d) trying to delete node %s\n",
/openbmc/bmcweb/redfish-core/include/utils/
H A Dtelemetry_utils.hpp84 BMCWEB_LOG_ERROR("Failed to get chassis and sensor Node " in getChassisSensorNode()
91 std::string node; in getChassisSensorNode() local
94 std::ref(chassis), std::ref(node))) in getChassisSensorNode()
96 matched.emplace(std::move(chassis), std::move(node)); in getChassisSensorNode()
114 BMCWEB_LOG_ERROR("Failed to get chassis and sensor Node " in getChassisSensorNode()
/openbmc/u-boot/include/power/
H A Dact8846_pmic.h31 int node; /*device tree node*/ member
/openbmc/u-boot/arch/arm/dts/
H A Dast2600-ncsi.dts9 /delete-node/&mac0;
10 /delete-node/&mac1;
/openbmc/u-boot/drivers/video/
H A Dsandbox_sdl.c48 int node = dev_of_offset(dev); in sandbox_sdl_bind() local
51 plat->xres = fdtdec_get_int(blob, node, "xres", LCD_MAX_WIDTH); in sandbox_sdl_bind()
52 plat->yres = fdtdec_get_int(blob, node, "yres", LCD_MAX_HEIGHT); in sandbox_sdl_bind()
/openbmc/u-boot/doc/device-tree-bindings/memory/
H A Dmemory.txt6 ID masks. To match a set of board ids, a board-id node may define match-mask
11 If subnodes are present, then the /memory node must define these properties:
26 node to be considered a match.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-22.16/
H A Doe-npm-cache1 #!/usr/bin/env node
7 const process = require("node:process");
14 // argv[0] is 'node', argv[1] is this script
/openbmc/u-boot/include/jffs2/
H A Djffs2.h53 /* Summary node MAGIC marker */
85 /* RWCOMPAT_COPY: Mount read/write, and copy the node when it's GC'd */
87 /* RWCOMPAT_DELETE: Mount read/write, and delete the node when it's GC'd */
144 a new type of raw node.
150 __u32 totlen; /* Total length of this node (inc data, etc.) */
163 __u32 dsize; /* Size of the node's data. (after decompression) */
182 __u32 node_crc; /* node crc */
/openbmc/u-boot/include/
H A Dfdt_support.h70 * Setup the memory node in the DT. Creates one if none was existing before.
82 * Fill the DT memory node with multiple memory banks.
83 * Creates the node if none was existing before.
106 int fdt_find_and_setprop(void *fdt, const char *node, const char *prop,
111 * Update native-mode property of display-timings node to the phandle
232 u64 fdt_get_base_address(const void *fdt, int node);
233 int fdt_read_range(void *fdt, int node, int n, uint64_t *child_addr,
286 int fdt_setup_simplefb_node(void *fdt, int node, u64 base_address, u32 width,
304 int fdtdec_get_int(const void *blob, int node, const char *prop_name,
/openbmc/u-boot/tools/binman/etype/
H A Dintel_cmc.py22 def __init__(self, section, etype, node): argument
23 Entry_blob.__init__(self, section, etype, node)
H A Du_boot_tpl_dtb_with_ucode.py21 def __init__(self, section, etype, node): argument
22 Entry_u_boot_dtb_with_ucode.__init__(self, section, etype, node)
H A Dcros_ec_rw.py20 def __init__(self, section, etype, node): argument
21 Entry_blob_named_by_arg.__init__(self, section, etype, node,
/openbmc/u-boot/doc/device-tree-bindings/exynos/
H A Disp-spi.txt3 The device node for ISP SPI subsytem.
5 ISP SPI have no individual interrupts hence we add ad dummy interrupt node

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