Home
last modified time | relevance | path

Searched full:node (Results 801 – 825 of 1779) sorted by relevance

1...<<31323334353637383940>>...72

/openbmc/u-boot/drivers/mtd/
H A Dpic32_flash.c373 int node = dev_of_offset(dev); in pic32_flash_probe() local
385 parent = fdt_parent_offset(blob, node); in pic32_flash_probe()
387 list = fdt_getprop(blob, node, "reg-names", &len); in pic32_flash_probe()
392 cell = fdt_getprop(blob, node, "reg", &len); in pic32_flash_probe()
397 addr = fdt_translate_address((void *)blob, node, cell + idx); in pic32_flash_probe()
/openbmc/u-boot/board/theobroma-systems/puma_rk3399/
H A Dpuma-rk3399.c43 ofnode node; in rk3399_force_power_on_reset() local
48 node = ofnode_path("/config"); in rk3399_force_power_on_reset()
49 if (!ofnode_valid(node)) { in rk3399_force_power_on_reset()
50 debug("%s: no /config node?\n", __func__); in rk3399_force_power_on_reset()
54 if (gpio_request_by_name_nodev(node, "sysreset-gpio", 0, in rk3399_force_power_on_reset()
/openbmc/u-boot/drivers/pinctrl/
H A Dpinctrl_stm32.c283 static int prep_gpio_ctl(struct stm32_gpio_ctl *gpio_ctl, u32 gpio_fn, int node) in prep_gpio_ctl() argument
304 gpio_ctl->speed = fdtdec_get_int(gd->fdt_blob, node, "slew-rate", 0); in prep_gpio_ctl()
306 if (fdtdec_get_bool(gd->fdt_blob, node, "drive-open-drain")) in prep_gpio_ctl()
311 if (fdtdec_get_bool(gd->fdt_blob, node, "bias-pull-up")) in prep_gpio_ctl()
313 else if (fdtdec_get_bool(gd->fdt_blob, node, "bias-pull-down")) in prep_gpio_ctl()
H A Dpinctrl_pic32.c312 int node = dev_of_offset(dev); in pic32_pinctrl_probe() local
315 ret = fdt_get_named_resource(fdt, node, "reg", "reg-names", in pic32_pinctrl_probe()
323 ret = fdt_get_named_resource(fdt, node, "reg", "reg-names", in pic32_pinctrl_probe()
331 ret = fdt_get_named_resource(fdt, node, "reg", "reg-names", in pic32_pinctrl_probe()
/openbmc/openbmc-test-automation/tools/ct_metrics/
H A Dgen_csv_results.py419 for node in tree.iter("msg"):
422 if "${output} = VERSION_ID=" in node.text:
424 bmc_version_id = str(node.text.split("VERSION_ID=")[1])[1:-1]
428 if "${bmc_model} = " in node.text:
429 bmc_platform = node.text.split(" = ")[1]
/openbmc/qemu/hw/misc/
H A Dapplesmc.c95 QLIST_ENTRY(AppleSMCData) node;
152 QLIST_FOREACH(d, &s->data_def, node) { in applesmc_find_key()
266 QLIST_INSERT_HEAD(&s->data_def, def, node); in applesmc_add_key()
347 QLIST_FOREACH_SAFE(d, &s->data_def, node, next) { in applesmc_unrealize()
348 QLIST_REMOVE(d, node); in applesmc_unrealize()
/openbmc/u-boot/arch/x86/dts/
H A Dskeleton.dtsi4 * node.
/openbmc/u-boot/arch/arm/dts/
H A Dskeleton.dtsi4 * node.
H A Dskeleton64.dtsi4 * bootloader will typically populate the memory node.
/openbmc/u-boot/lib/zlib/
H A Dtrees.c431 /* Index within the heap array of least frequent node in the Huffman tree */
454 * Restore the heap property by moving down the tree starting at node k,
455 * exchanging a node with the smallest of its two sons if necessary, stopping
462 int k; /* node to move down */
525 if (n > max_code) continue; /* not a leaf node */
632 int node; /* new node being created */ local
655 node = s->heap[++(s->heap_len)] = (max_code < 2 ? ++max_code : 0);
656 tree[node].Freq = 1;
657 s->depth[node] = 0;
658 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
[all …]
/openbmc/u-boot/drivers/net/
H A Daltera_tse.c579 int node = dev_of_offset(dev); in altera_tse_probe() local
597 parent = fdt_parent_offset(blob, node); in altera_tse_probe()
599 list = fdt_getprop(blob, node, "reg-names", &len); in altera_tse_probe()
603 cell = fdt_getprop(blob, node, "reg", &len); in altera_tse_probe()
609 node, cell + idx); in altera_tse_probe()
631 priv->rx_fifo_depth = fdtdec_get_int(blob, node, in altera_tse_probe()
633 priv->tx_fifo_depth = fdtdec_get_int(blob, node, in altera_tse_probe()
636 addr = fdtdec_get_int(blob, node, in altera_tse_probe()
/openbmc/qemu/util/
H A Dtrace-events8 poll_add(void *ctx, void *node, int fd, unsigned revents) "ctx %p node %p fd %d revents 0x%x"
9 poll_remove(void *ctx, void *node, int fd) "ctx %p node %p fd %d"
/openbmc/u-boot/doc/device-tree-bindings/power/
H A Dtps65090.txt10 This node is a subnode of the tps65090 PMIC.
/openbmc/u-boot/doc/device-tree-bindings/clock/
H A Dst,stm32-rcc.txt17 property, containing a phandle to the clock device node, an index selecting
82 property, containing a phandle to the reset device node and an index specifying
/openbmc/u-boot/drivers/clk/at91/
H A Dpmc.c67 * If this node has "compatible" property, this is not in at91_clk_sub_device_bind()
68 * a clock sub-node, but a normal device. skip. in at91_clk_sub_device_bind()
/openbmc/u-boot/scripts/kconfig/
H A Dgconf.c62 static struct menu *current; // current node for SINGLE view
63 static struct menu *browsed; // browsed node for SPLIT view
76 static void set_node(GtkTreeIter * node, struct menu *menu, gchar ** row);
1161 /* Set the node content with a row of strings */
1162 static void set_node(GtkTreeIter * node, struct menu *menu, gchar ** row) in set_node() argument
1175 gtk_tree_store_set(tree, node, in set_node()
1197 /* Add a node to the tree */
1201 GtkTreeIter *node = parents[indent]; in place_node() local
1203 gtk_tree_store_append(tree, node, parent); in place_node()
1204 set_node(node, menu, row); in place_node()
[all …]
/openbmc/u-boot/arch/mips/dts/
H A Dskeleton.dtsi5 * node.
/openbmc/u-boot/doc/device-tree-bindings/serial/
H A Dqca,ar9330-uart.txt13 node.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A Db64_pton_function_decl.patch14 struct listnode node;
/openbmc/u-boot/arch/arm/mach-s5pc1xx/
H A Dpinmux.c17 int pinmux_decode_periph_id(const void *blob, int node) in pinmux_decode_periph_id() argument
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.hpp376 * @param[in] node - The node number the location is on.
381 uint16_t node) const = 0;
393 * @param[in] node - The node number the location is on. Ignored if the
402 const std::string& LocationCode, uint16_t node,
809 * @param[in] node - The node number the location is one.
814 uint16_t node) const override;
826 * @param[in] node - The node number the location is on. Ignored if the
835 const std::string& locationCode, uint16_t node,
/openbmc/qemu/block/
H A Dqapi.c316 * @bs: block node to examine
318 * @flat: skip backing node information
382 * @bs: root node to start from
615 * a BlockBackend-level command. Stay at the exact node for a node-level in bdrv_query_bds_stats()
916 * signify that the given information is associated with a protocol node, i.e.
920 * (Consider a qcow2 image, which is represented by a qcow2 node and a file
921 * node. Printing a "virtual size" for the file node does not make sense,
922 * because without the qcow2 node, it is not really a guest disk, so it does not
926 * that the associated node is the root node in the queried block graph, and
/openbmc/u-boot/drivers/dma/
H A Dapbh_dma.c128 pdesc = list_first_entry(&pchan->active, struct mxs_dma_desc, node); in mxs_dma_enable()
141 pdesc = list_entry(pdesc->node.next, in mxs_dma_enable()
142 struct mxs_dma_desc, node); in mxs_dma_enable()
422 node); in mxs_dma_desc_append()
435 list_add_tail(&pdesc->node, &pchan->active); in mxs_dma_desc_append()
478 pdesc = list_entry(p, struct mxs_dma_desc, node); in mxs_dma_finish()
/openbmc/u-boot/drivers/misc/
H A Dfs_loader.c67 ofnode node; in select_fs_dev() local
69 node = ofnode_get_by_phandle(plat->phandlepart.phandle); in select_fs_dev()
73 ret = device_get_global_by_ofnode(node, &dev); in select_fs_dev()
/openbmc/u-boot/arch/arm/include/asm/
H A Dsetup.h83 /* The list ends with an ATAG_NONE node. */
91 /* The list must start with an ATAG_CORE node */
263 int node; member

1...<<31323334353637383940>>...72