Home
last modified time | relevance | path

Searched full:node (Results 1101 – 1125 of 1779) sorted by relevance

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

/openbmc/u-boot/doc/uImage.FIT/
H A Dbeaglebone_vboot.txt295 Could not find subimage node
346 Bad hash value for 'hash-1' hash node in 'kernel' image node
368 Could not find subimage node
435 It would also be possible to add a new signature node that does match your new
/openbmc/u-boot/board/freescale/mpc8541cds/
H A Dmpc8541cds.c404 int node, tmp[2]; in ft_pci_setup() local
407 node = fdt_path_offset(blob, "/aliases"); in ft_pci_setup()
409 if (node >= 0) { in ft_pci_setup()
411 path = fdt_getprop(blob, node, "pci0", NULL); in ft_pci_setup()
418 path = fdt_getprop(blob, node, "pci1", NULL); in ft_pci_setup()
/openbmc/qemu/tests/qtest/
H A Daspeed-smc-utils.c460 (test_data->s, test_data->node, "write-enable")); in aspeed_smc_test_read_status_reg()
470 (test_data->s, test_data->node, "write-enable")); in aspeed_smc_test_read_status_reg()
480 (test_data->s, test_data->node, "write-enable")); in aspeed_smc_test_read_status_reg()
515 qtest_set_irq_in(test_data->s, test_data->node, "WP#", 0, 0); in aspeed_smc_test_status_reg_write_protection()
538 qtest_set_irq_in(test_data->s, test_data->node, "WP#", 0, 1); in aspeed_smc_test_status_reg_write_protection()
/openbmc/u-boot/drivers/pinctrl/rockchip/
H A Dpinctrl-rockchip-core.c572 ofnode node; local
610 node = ofnode_get_by_phandle(conf);
611 if (!ofnode_valid(node))
614 np = ofnode_to_np(node);
620 pcfg_node = ofnode_to_offset(node);
/openbmc/u-boot/drivers/net/
H A Dxilinx_axi_emac.c714 int node = dev_of_offset(dev); in axi_emac_ofdata_to_platdata() local
721 offset = fdtdec_lookup_phandle(gd->fdt_blob, node, in axi_emac_ofdata_to_platdata()
738 offset = fdtdec_lookup_phandle(gd->fdt_blob, node, "phy-handle"); in axi_emac_ofdata_to_platdata()
742 phy_mode = fdt_getprop(gd->fdt_blob, node, "phy-mode", NULL); in axi_emac_ofdata_to_platdata()
751 priv->eth_hasnobuf = fdtdec_get_bool(gd->fdt_blob, node, in axi_emac_ofdata_to_platdata()
/openbmc/qemu/hw/virtio/
H A Dvirtio-qmp.c493 type *node; \
504 node = g_new0(type, 1); \
505 node->value = g_strdup(map[i].feature_desc); \
506 node->next = list; \
507 list = node; \
/openbmc/qemu/hw/intc/
H A Dspapr_xive_kvm.c34 QLIST_ENTRY(KVMEnabledCPU) node;
45 QLIST_FOREACH(enabled_cpu, &kvm_enabled_cpus, node) { in kvm_cpu_is_enabled()
60 QLIST_INSERT_HEAD(&kvm_enabled_cpus, enabled_cpu, node); in kvm_cpu_enable()
67 QLIST_FOREACH_SAFE(enabled_cpu, &kvm_enabled_cpus, node, next) { in kvm_cpu_disable_all()
68 QLIST_REMOVE(enabled_cpu, node); in kvm_cpu_disable_all()
/openbmc/qemu/docs/system/arm/
H A Daspeed.rst155 -blockdev node-name=fmc0,driver=file,filename=/path/to/fmc0.img \
157 -blockdev node-name=fmc1,driver=file,filename=/path/to/fmc1.img \
159 -blockdev node-name=spi1,driver=file,filename=/path/to/spi1.img \
223 -blockdev node-name=emmc0,driver=file,filename=mmc.img \
263 -blockdev driver=file,filename=otpmem.img,node-name=otp \
/openbmc/qemu/hw/mips/
H A Dloongson3_virt.c222 0x314C000C, /* andi t4, t2, 0xc #node id */ in init_boot_rom()
572 int node = i / LOONGSON3_CORE_PER_NODE; in mips_loongson3_virt_init() local
585 hwaddr base = ((hwaddr)node << 44) + virt_memmap[VIRT_IPI].base; in mips_loongson3_virt_init()
601 if (node > 0) { in mips_loongson3_virt_init()
602 continue; /* Only node-0 can be connected to LIOINTC */ in mips_loongson3_virt_init()
/openbmc/u-boot/drivers/pci/
H A Dpci_mvebu.c334 static int mvebu_pcie_port_parse_dt(ofnode node, struct mvebu_pcie *pcie) in mvebu_pcie_port_parse_dt() argument
339 addr = ofnode_get_property(node, "assigned-addresses", &len); in mvebu_pcie_port_parse_dt()
356 static int mvebu_get_tgt_attr(ofnode node, int devfn, in mvebu_get_tgt_attr() argument
368 range = ofnode_get_property(node, "ranges", &rlen); in mvebu_get_tgt_attr()
H A Dpcie_intel_fpga.c382 int node = dev_of_offset(dev); in pcie_intel_fpga_ofdata_to_platdata() local
387 ret = fdt_get_named_resource(gd->fdt_blob, node, "reg", "reg-names", in pcie_intel_fpga_ofdata_to_platdata()
398 ret = fdt_get_named_resource(gd->fdt_blob, node, "reg", "reg-names", in pcie_intel_fpga_ofdata_to_platdata()
/openbmc/u-boot/drivers/spi/
H A Dtegra210_qspi.c99 int node = dev_of_offset(bus); in tegra210_qspi_ofdata_to_platdata() local
111 plat->frequency = fdtdec_get_int(blob, node, "spi-max-frequency", in tegra210_qspi_ofdata_to_platdata()
113 plat->deactivate_delay_us = fdtdec_get_int(blob, node, in tegra210_qspi_ofdata_to_platdata()
/openbmc/u-boot/include/linux/mtd/
H A Dspinand.h414 * spinand_set_of_node - Attach a DT node to a SPI NAND device
416 * @np: DT node
418 * Attach a DT node to a SPI NAND device.
/openbmc/u-boot/drivers/video/rockchip/
H A Drk_mipi.c81 int node, timing_node; in rk_mipi_dsi_enable() local
126 node = fdt_first_subnode(gd->fdt_blob, timing_node); in rk_mipi_dsi_enable()
127 val = fdtdec_get_int(gd->fdt_blob, node, "bits-per-pixel", -1); in rk_mipi_dsi_enable()
/openbmc/u-boot/include/
H A Dregmap.h306 * @node: Device node that uses this map
312 int regmap_init_mem(ofnode node, struct regmap **mapp);
/openbmc/u-boot/lib/efi_loader/
H A Defi_disk.c257 struct efi_device_path *node = efi_dp_part_node(desc, part); in efi_disk_add_dev() local
259 diskobj->dp = efi_dp_append_node(dp_parent, node); in efi_disk_add_dev()
260 efi_free_pool(node); in efi_disk_add_dev()
/openbmc/u-boot/doc/device-tree-bindings/gpu/
H A Dnvidia,tegra20-host1x.txt19 The host1x top-level node defines a number of children, each representing one
125 Each display controller node has a child node, named "rgb", that represents
/openbmc/u-boot/tools/env/
H A Dfw_env_main.c75 " -l, --lock lock node, default:/run\n" in usage_printenv()
90 " -l, --lock lock node, default:/run\n" in usage_env_set()
/openbmc/qemu/hw/i386/
H A Dfw_cfg.c156 * of nodes, one word for each VCPU->node and one word for each node to in fw_cfg_arch_create()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/
H A DCVE-2019-7574.patch6 # Node ID a6e3d2f5183e1cc300ad993e10e9ce077e13bd9c
H A DCVE-2019-7635.patch6 # Node ID f1f5878be5dbf63c1161a8ee52b8a86ece30e552
H A DCVE-2019-7578.patch6 # Node ID 388987dff7bf8f1e214e69c2e4f1aa31e06396b5
/openbmc/qemu/docs/system/s390x/
H A D3270.rst37 * In the guest, locate the 3270 device node under ``/dev/3270/`` (say,
/openbmc/qemu/tests/qemu-iotests/
H A D23561 **{ 'node-name': 'target',
/openbmc/u-boot/drivers/usb/host/
H A Dxhci-mvebu.c72 * Get the base address for XHCI controller from the device node in xhci_usb_ofdata_to_platdata()

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