Home
last modified time | relevance | path

Searched full:node (Results 776 – 800 of 1779) sorted by relevance

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

/openbmc/qemu/hw/loongarch/
H A Dvirt-fdt-build.c73 qemu_fdt_setprop_cell(ms->fdt, nodename, "numa-node-id", in fdt_add_cpu_nodes()
122 qemu_fdt_setprop_cell(ms->fdt, nodename, "numa-node-id", node_id); in fdt_add_memory_node()
151 * memory for the node splited into two part in fdt_add_memory_nodes()
497 /* Add Extend I/O Interrupt Controller node */ in virt_fdt_setup()
499 /* Add PCH PIC node */ in virt_fdt_setup()
501 /* Add PCH MSI node */ in virt_fdt_setup()
503 /* Add pcie node */ in virt_fdt_setup()
507 * Create uart fdt node in reverse order so that they appear in virt_fdt_setup()
/openbmc/qemu/tests/unit/
H A Dtest-interval-tree.c40 /* Create a tree of a single node, which is the point [1,1]. */ in test_find_one_point()
89 /* Create a tree of a single node, which is the range [1,8]. */ in test_find_one_range()
113 * but only one node with exactly [110,190]. in test_find_one_range_many()
129 /* Test that we find exactly the one node. */ in test_find_one_range_many()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tipcutils/tipcutils/
H A D0002-replace-non-standard-uint-with-unsigned-int.patch191 - uint node;
194 + unsigned int node;
204 - uint node;
207 + unsigned int node;
/openbmc/u-boot/arch/arm/dts/
H A Drk3288-veyron-mickey.dts71 /delete-node/ trips;
72 /delete-node/ cooling-maps;
206 /delete-node/ LDO_REG1;
207 /delete-node/ LDO_REG7;
H A Dast2600a0-evb.dts17 /delete-node/&mac0;
/openbmc/u-boot/arch/x86/cpu/intel_common/
H A Dmrc.c139 int node; in mrc_locate_spd() local
151 node = fdt_first_subnode(blob, dev_of_offset(dev)); in mrc_locate_spd()
152 if (node < 0) in mrc_locate_spd()
154 for (spd_node = fdt_first_subnode(blob, node); in mrc_locate_spd()
/openbmc/qemu/qapi/
H A Dqobject-output-visitor.c30 QSLIST_ENTRY(QStackEntry) node;
61 QSLIST_INSERT_HEAD(&qov->stack, e, node); in qobject_output_push_obj()
72 QSLIST_REMOVE_HEAD(&qov->stack, node); in qobject_output_pop()
245 QSLIST_REMOVE_HEAD(&qov->stack, node); in qobject_output_free()
/openbmc/u-boot/drivers/reset/
H A Dreset-socfpga.c81 int node = dev_of_offset(dev); in socfpga_reset_probe() local
86 modrst_offset = fdtdec_get_int(blob, node, "altr,modrst-offset", 0x10); in socfpga_reset_probe()
/openbmc/u-boot/include/
H A Dkey_matrix.h68 * @param node Node containing compatible data
/openbmc/qemu/tests/qemu-iotests/
H A D256.out30 "node": "drive0"
37 "node": "drive1"
/openbmc/u-boot/doc/device-tree-bindings/video/
H A Dtegra20-dc.txt7 The device node for a display device is as described in the document
20 The panel node describes the panel itself. This has the properties listed in
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dqom-set-drive38 'node-name': f'node{i}',
/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/fw-update/fw-update/
H A Dusb-controller-update126 echo "Error: /dev/$pnormtd device node not exist"
130 echo "Bind mtd node success, path: $MTD_NODE_PATH"
/openbmc/intel-ipmi-oem/
H A Dipmi-allowlist.conf163 0x2e:0xC0:0x7f7f //<Intel OEM>:<Enable/Disable Node Manager Policy Control>
164 0x2e:0xC1:0x7f7f //<Intel OEM>:<Set Node Manager Policy>
165 0x2e:0xC2:0xff7f //<Intel OEM>:<Get Node Manager Policy>
166 0x2e:0xC3:0x7f7f //<Intel OEM>:<Set Node Manager Policy Alert Threshold>
167 0x2e:0xC4:0xff7f //<Intel OEM>:<Get Node Manager Policy Alert Threshold>
168 0x2e:0xC5:0x7f7f //<Intel OEM>:<Set Node Manager PolicySuspend Periods>
169 0x2e:0xC6:0xff7f //<Intel OEM>:<Get Node Manager PolicySuspend Periods>
170 0x2e:0xC7:0x7f7f //<Intel OEM>:<Reset Node Manager Statistics>
171 0x2e:0xC8:0xff7f //<Intel OEM>:<Get Node Manager Statistics>
172 0x2e:0xC9:0xff7f //<Intel OEM>:<Get Node Manager Capabilities>
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey/
H A Dvalkey.conf820 # cluster node enable the cluster support uncommenting the following:
824 # Every cluster node has a cluster configuration file. This file is not
826 # Every Redis Cluster node requires a different cluster configuration file.
832 # Cluster node timeout is the amount of milliseconds a node must be unreachable
834 # Most other internal time limits are multiple of the node timeout.
836 # cluster-node-timeout 15000
861 # (node-timeout * slave-validity-factor) + repl-ping-slave-period
863 # So for example if node-timeout is 30 seconds, and the slave-validity-factor
903 # is at least an hash slot uncovered (no available node is serving it).
925 # configuration where each node knows its public address is needed. The
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/
H A Dredis.conf820 # cluster node enable the cluster support uncommenting the following:
824 # Every cluster node has a cluster configuration file. This file is not
826 # Every Redis Cluster node requires a different cluster configuration file.
832 # Cluster node timeout is the amount of milliseconds a node must be unreachable
834 # Most other internal time limits are multiple of the node timeout.
836 # cluster-node-timeout 15000
861 # (node-timeout * slave-validity-factor) + repl-ping-slave-period
863 # So for example if node-timeout is 30 seconds, and the slave-validity-factor
903 # is at least an hash slot uncovered (no available node is serving it).
925 # configuration where each node knows its public address is needed. The
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.8/
H A Dredis.conf820 # cluster node enable the cluster support uncommenting the following:
824 # Every cluster node has a cluster configuration file. This file is not
826 # Every Redis Cluster node requires a different cluster configuration file.
832 # Cluster node timeout is the amount of milliseconds a node must be unreachable
834 # Most other internal time limits are multiple of the node timeout.
836 # cluster-node-timeout 15000
861 # (node-timeout * slave-validity-factor) + repl-ping-slave-period
863 # So for example if node-timeout is 30 seconds, and the slave-validity-factor
903 # is at least an hash slot uncovered (no available node is serving it).
925 # configuration where each node knows its public address is needed. The
[all …]
/openbmc/u-boot/board/cavium/thunderx/
H A DKconfig25 and node count.
/openbmc/u-boot/board/freescale/p2041rdb/
H A Deth.c61 * 1) A pointer to an Fman Ethernet node (as identified by the 'compat'
66 * ... update the phy-handle property of the Ethernet node to point to the
69 * The offset of the Fman Ethernet node is also passed in for convenience, but
/openbmc/u-boot/drivers/crypto/fsl/
H A Dsec.c14 * update crypto node properties to a specified revision of the SEC
41 /* locate crypto node based on lowest common compatible */ in fdt_fixup_crypto_node()
152 printf("WARNING: Missing crypto node\n"); in fdt_fixup_crypto_era()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dsunxi_nand.c226 * @node: used to store NAND chips into a list
236 struct list_head node; member
1599 static int sunxi_nand_chip_init(int node, struct sunxi_nfc *nfc, int devnum) in sunxi_nand_chip_init() argument
1611 if (!fdt_getprop(blob, node, "reg", &nsels)) in sunxi_nand_chip_init()
1636 ret = fdtdec_get_int_array(gd->fdt_blob, node, "reg", cs, nsels); in sunxi_nand_chip_init()
1642 ret = fdtdec_get_int_array(gd->fdt_blob, node, "allwinner,rb", rb, in sunxi_nand_chip_init()
1671 ret = gpio_request_by_name_nodev(offset_to_ofnode(node), in sunxi_nand_chip_init()
1706 nand->flash_node = node; in sunxi_nand_chip_init()
1750 list_add_tail(&chip->node, &nfc->chips); in sunxi_nand_chip_init()
1755 static int sunxi_nand_chips_init(int node, struct sunxi_nfc *nfc) in sunxi_nand_chips_init() argument
[all …]
/openbmc/u-boot/drivers/net/mdio/
H A DKconfig15 udevice or mii bus from its child phy node or
/openbmc/u-boot/doc/driver-model/
H A Dof-plat.txt84 struct declarations, one for each compatible node, and a set of
86 device. As an example, consider this MMC node:
173 Where a node has multiple compatible strings, a #define is used to make them
227 int node = dev_of_offset(dev);
229 plat->fifo_depth = fdtdec_get_int(blob, node, "fifo-depth", 0);
/openbmc/u-boot/include/power/
H A Dpmic.h121 * |_ the ROOT driver will bind the device for I2C/SPI node:
122 * |_ the I2C/SPI driver should bind a device for pmic node:
183 * the driver by the node name prefix and driver name. This is a helper struct
186 * @prefix - child node name prefix (or its name if is unique or single)
187 * @driver - driver name for the sub-node with prefix
/openbmc/u-boot/drivers/mtd/
H A Daltera_qspi.c351 int node = dev_of_offset(dev); in altera_qspi_ofdata_to_platdata() local
363 parent = fdt_parent_offset(blob, node); in altera_qspi_ofdata_to_platdata()
365 list = fdt_getprop(blob, node, "reg-names", &len); in altera_qspi_ofdata_to_platdata()
369 cell = fdt_getprop(blob, node, "reg", &len); in altera_qspi_ofdata_to_platdata()
375 node, cell + idx); in altera_qspi_ofdata_to_platdata()

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