/openbmc/u-boot/doc/uImage.FIT/ |
H A D | beaglebone_vboot.txt | 295 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 D | mpc8541cds.c | 404 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 D | aspeed-smc-utils.c | 460 (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 D | pinctrl-rockchip-core.c | 572 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 D | xilinx_axi_emac.c | 714 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 D | virtio-qmp.c | 493 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 D | spapr_xive_kvm.c | 34 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 D | aspeed.rst | 155 -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 D | loongson3_virt.c | 222 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 D | pci_mvebu.c | 334 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 D | pcie_intel_fpga.c | 382 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 D | tegra210_qspi.c | 99 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 D | spinand.h | 414 * 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 D | rk_mipi.c | 81 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 D | regmap.h | 306 * @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 D | efi_disk.c | 257 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 D | nvidia,tegra20-host1x.txt | 19 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 D | fw_env_main.c | 75 " -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 D | fw_cfg.c | 156 * 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 D | CVE-2019-7574.patch | 6 # Node ID a6e3d2f5183e1cc300ad993e10e9ce077e13bd9c
|
H A D | CVE-2019-7635.patch | 6 # Node ID f1f5878be5dbf63c1161a8ee52b8a86ece30e552
|
H A D | CVE-2019-7578.patch | 6 # Node ID 388987dff7bf8f1e214e69c2e4f1aa31e06396b5
|
/openbmc/qemu/docs/system/s390x/ |
H A D | 3270.rst | 37 * In the guest, locate the 3270 device node under ``/dev/3270/`` (say,
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 235 | 61 **{ 'node-name': 'target',
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | xhci-mvebu.c | 72 * Get the base address for XHCI controller from the device node in xhci_usb_ofdata_to_platdata()
|