/openbmc/qemu/hw/loongarch/ |
H A D | virt-fdt-build.c | 73 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 D | test-interval-tree.c | 40 /* 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 D | 0002-replace-non-standard-uint-with-unsigned-int.patch | 191 - uint node; 194 + unsigned int node; 204 - uint node; 207 + unsigned int node;
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | rk3288-veyron-mickey.dts | 71 /delete-node/ trips; 72 /delete-node/ cooling-maps; 206 /delete-node/ LDO_REG1; 207 /delete-node/ LDO_REG7;
|
H A D | ast2600a0-evb.dts | 17 /delete-node/&mac0;
|
/openbmc/u-boot/arch/x86/cpu/intel_common/ |
H A D | mrc.c | 139 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 D | qobject-output-visitor.c | 30 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 D | reset-socfpga.c | 81 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 D | key_matrix.h | 68 * @param node Node containing compatible data
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 256.out | 30 "node": "drive0" 37 "node": "drive1"
|
/openbmc/u-boot/doc/device-tree-bindings/video/ |
H A D | tegra20-dc.txt | 7 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 D | qom-set-drive | 38 'node-name': f'node{i}',
|
/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/fw-update/fw-update/ |
H A D | usb-controller-update | 126 echo "Error: /dev/$pnormtd device node not exist" 130 echo "Bind mtd node success, path: $MTD_NODE_PATH"
|
/openbmc/intel-ipmi-oem/ |
H A D | ipmi-allowlist.conf | 163 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 D | valkey.conf | 820 # 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 D | redis.conf | 820 # 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 D | redis.conf | 820 # 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 D | Kconfig | 25 and node count.
|
/openbmc/u-boot/board/freescale/p2041rdb/ |
H A D | eth.c | 61 * 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 D | sec.c | 14 * 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 D | sunxi_nand.c | 226 * @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 D | Kconfig | 15 udevice or mii bus from its child phy node or
|
/openbmc/u-boot/doc/driver-model/ |
H A D | of-plat.txt | 84 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 D | pmic.h | 121 * |_ 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 D | altera_qspi.c | 351 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()
|