Home
last modified time | relevance | path

Searched full:node (Results 1076 – 1100 of 1779) sorted by relevance

1...<<41424344454647484950>>...72

/openbmc/openbmc/meta-openpower/recipes-phosphor/configuration/openpower-yaml-config/
H A Dipmi-hostboot-fru-mrw.yaml49 NODE:
/openbmc/u-boot/drivers/bootcount/
H A Drtc.c61 if (uclass_get_device_by_ofnode(UCLASS_RTC, phandle_args.node, &rtc)) { in bootcount_rtc_probe()
/openbmc/u-boot/doc/device-tree-bindings/misc/
H A Dintel-lpc.txt4 The device tree node which describes the operation of the Intel Low Pin
/openbmc/u-boot/arch/arm/mach-snapdragon/
H A Ddram.c64 printf("Failed to find SMEM node. Check device tree\n"); in msm_fixup_memory()
/openbmc/u-boot/doc/
H A DREADME.arm6437 is encoded in cpu node of DTS. Linux kernel store the entry point
H A DREADME.sifive-fu54018 DT node. Example:
175 [ 0.000000] Movable zone start for each node
176 [ 0.000000] Early memory node ranges
177 [ 0.000000] node 0: [mem 0x0000000080200000-0x000000027fffffff]
178 [ 0.000000] Initmem setup node 0 [mem 0x0000000080200000-0x000000027fffffff]
212 [ 3.120765] smp: Brought up 1 node, 1 CPU
/openbmc/phosphor-bmc-code-mgmt/eeprom-device/pt5161l/
H A Dpt5161l.cpp22 // The PT5161L driver exposes the firmware version through the fw_ver node in getVersion()
/openbmc/qemu/hw/ppc/
H A Dspapr.c383 return pcdimm_info->node; in spapr_pc_dimm_node()
432 uint32_t node, buf_len, nr_entries = 0; in spapr_dt_dynamic_memory_v2() local
452 node = di->node; in spapr_dt_dynamic_memory_v2()
476 spapr_drc_index(drc), node, in spapr_dt_dynamic_memory_v2()
579 * Adds ibm,dynamic-reconfiguration-memory node.
581 * of this device tree node.
593 /* Don't create the node if there is no device memory. */ in spapr_dt_dynamic_reconfiguration_memory()
674 /* Generate ibm,dynamic-reconfiguration-memory node if required */ in spapr_dt_memory()
883 int node; in spapr_dt_rng() local
886 node = qemu_fdt_add_subnode(fdt, "/ibm,platform-facilities"); in spapr_dt_rng()
[all …]
/openbmc/qemu/hw/intc/
H A Dspapr_xive.c718 int node; in spapr_xive_dt() local
750 _FDT(node = fdt_add_subnode(fdt, 0, xive->nodename)); in spapr_xive_dt()
752 _FDT(fdt_setprop_string(fdt, node, "device_type", "power-ivpe")); in spapr_xive_dt()
753 _FDT(fdt_setprop(fdt, node, "reg", timas, sizeof(timas))); in spapr_xive_dt()
755 _FDT(fdt_setprop_string(fdt, node, "compatible", "ibm,power-ivpe")); in spapr_xive_dt()
756 _FDT(fdt_setprop(fdt, node, "ibm,xive-eq-sizes", eq_sizes, in spapr_xive_dt()
758 _FDT(fdt_setprop(fdt, node, "ibm,xive-lisn-ranges", lisn_ranges, in spapr_xive_dt()
762 _FDT(fdt_setprop(fdt, node, "interrupt-controller", NULL, 0)); in spapr_xive_dt()
763 _FDT(fdt_setprop_cell(fdt, node, "#interrupt-cells", 2)); in spapr_xive_dt()
766 _FDT(fdt_setprop_cell(fdt, node, "linux,phandle", phandle)); in spapr_xive_dt()
[all …]
/openbmc/ipmitool/contrib/
H A Doem_ibm_sel_map11 …"0x03","0x82","Chassis Number","Scalability Port Number","R","0x00","Scalability link invalid node"
33 …ce ID (LSB)","Vendor ID (MSB)","Vendor ID (LSB)","R","R","R","0x00","Node 1 to Node 2 cable missin…
34 …ce ID (LSB)","Vendor ID (MSB)","Vendor ID (LSB)","R","R","R","0x00","Node 1 to Node 3 cable missin…
35 …ce ID (LSB)","Vendor ID (MSB)","Vendor ID (LSB)","R","R","R","0x00","Node 2 to Node 3 cable missin…
60 …ce ID (MSB)","Vendor ID (LSB)","Vendor ID (MSB)","R","R","R","0x01","Node 1 to Node 2 cable missin…
61 …ce ID (MSB)","Vendor ID (LSB)","Vendor ID (MSB)","R","R","R","0x01","Node 1 to Node 3 cable missin…
62 …ce ID (MSB)","Vendor ID (LSB)","Vendor ID (MSB)","R","R","R","0x01","Node 2 to Node 3 cable missin…
/openbmc/u-boot/drivers/phy/marvell/
H A Dcomphy_cp110.c653 int sata_node = -1; /* Set to -1 in order to read the first sata node */ in comphy_sata_power_up()
660 * will return the first node always. in comphy_sata_power_up()
661 * In order to parse each CPs SATA node, fdt_node_offset_by_compatible in comphy_sata_power_up()
669 pr_err("SATA node not found in FDT\n"); in comphy_sata_power_up()
1863 int node; in comphy_dedicated_phys_init() local
1869 /* Find the UTMI phy node in device tree and go over them */ in comphy_dedicated_phys_init()
1870 node = fdt_node_offset_by_compatible(gd->fdt_blob, -1, in comphy_dedicated_phys_init()
1874 while (node > 0) { in comphy_dedicated_phys_init()
1878 gd->fdt_blob, node, "reg", 0, NULL, true); in comphy_dedicated_phys_init()
1888 gd->fdt_blob, node, "reg", 1, NULL, true); in comphy_dedicated_phys_init()
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D24843 'node-name': 'target',
/openbmc/u-boot/drivers/led/
H A Dled-uclass.c27 /* Ignore the top-level LED node */ in led_get_by_label()
/openbmc/u-boot/board/armltd/vexpress/
H A Dvexpress_tc2.c58 /* delete cci-control-port in each cpu node */ in ft_board_setup()
/openbmc/phosphor-power/phosphor-power-sequencer/docs/config_file/
H A DREADME.md58 - The last node of the compatible system type plus a '.json' suffix
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/libxml-libxml-perl/
H A D0001-libxml-mm-Fix-function-prototypes-in-function-pointe.patch30 ProxyNodePtr node = (ProxyNodePtr) lp->proxy;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/v4l2apps/v4l-utils/
H A D0001-media-ctl-Install-media-ctl-header-and-library-files.patch8 to populate and control v4l2subdev device node tree
/openbmc/u-boot/doc/device-tree-bindings/clock/
H A Drockchip.txt12 The gate registers form a continuos block which makes the dt node
/openbmc/qemu/include/block/
H A Dexport.h32 /* True if the export type supports running on an inactive node */
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0007-tests-meson.build-use-relative-path-to-refer-to-file.patch31 'test-xs-node': [qom],
/openbmc/qemu/tests/unit/
H A Dtest-block-iothread.c601 * Test that changing the AioContext for one node in a tree (here through blk)
692 qdict_put_str(options, "node-name", "bs_b"); in test_propagate_diamond()
698 qdict_put_str(options, "node-name", "bs_c"); in test_propagate_diamond()
856 /* Add node to BlockBackend that has an iothread context assigned */ in test_attach_preserve_blk_ctx()
861 /* Remove the node again */ in test_attach_preserve_blk_ctx()
866 /* Re-attach the node */ in test_attach_preserve_blk_ctx()
/openbmc/qemu/block/monitor/
H A Dblock-hmp-cmds.c74 if (!qdict_get_try_str(qdict, "node-name")) { in hmp_drive_add_node()
76 error_report("'node-name' needs to be specified"); in hmp_drive_add_node()
98 bool node = qdict_get_try_bool(qdict, "node", false); in hmp_drive_add() local
100 if (node) { in hmp_drive_add()
768 /* Print node information */ in hmp_info_block()
/openbmc/u-boot/drivers/i2c/
H A Dstm32f7_i2c.c185 struct list_head node; member
542 list_add_tail(&v->node, solutions); in stm32_i2c_compute_solutions()
592 list_for_each_entry(v, solutions, node) { in stm32_i2c_choose_solution()
688 list_for_each_entry_safe(v, _v, &solutions, node) { in stm32_i2c_compute_timing()
689 list_del(&v->node); in stm32_i2c_compute_timing()
/openbmc/u-boot/include/linux/mtd/
H A Dnand.h393 * nanddev_set_of_node() - Attach a DT node to a NAND device
395 * @np: DT node
397 * Attach a DT node to a NAND device.
406 * nanddev_get_of_node() - Retrieve the DT node attached to a NAND device
409 * Return: the DT node attached to @nand.
/openbmc/u-boot/board/freescale/mpc8555cds/
H A Dmpc8555cds.c405 int node, tmp[2]; in ft_pci_setup() local
408 node = fdt_path_offset(blob, "/aliases"); in ft_pci_setup()
410 if (node >= 0) { in ft_pci_setup()
412 path = fdt_getprop(blob, node, "pci0", NULL); in ft_pci_setup()
419 path = fdt_getprop(blob, node, "pci1", NULL); in ft_pci_setup()

1...<<41424344454647484950>>...72