/openbmc/openbmc/meta-security/docs/ |
H A D | dm-verity-systemd-hash-x86-64.txt | 37 the root node hash value as per the systemd "autodetect" proposed standard.
|
/openbmc/u-boot/doc/device-tree-bindings/pci/ |
H A D | armada8k-pcie.txt | 19 - phys : phandle to phy node associated with pcie controller.
|
/openbmc/qemu/docs/system/ |
H A D | guest-loader.rst | 54 like via the ``/chosen/module@<addr>/bootargs`` node.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/ |
H A D | 0001-Disable-running-gyp-files-for-bundled-deps.patch | 42 out/Makefile: config.gypi common.gypi common_node.gypi node.gyp \
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | x32-psabi.rst | 7 psABI <https://software.intel.com/en-us/node/628948>`__) is a native
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ipvsadm/ |
H A D | ipvsadm_1.31.bb | 6 The active node of the cluster redirects service requests to a \
|
/openbmc/qemu/tests/qtest/ |
H A D | ast2700-smc-test.c | 36 data->node = "/machine/soc/fmc/ssi.0/child[0]"; in test_ast2700_evb()
|
/openbmc/u-boot/board/freescale/ls2080ardb/ |
H A D | ls2080ardb.c | 328 printf("%s: ERROR: fsl-mc node not found in device tree (error %d)\n", in fdt_fixup_board_enet() 357 * So disable IFC node in dts if QSPI is enabled or in fsl_fdt_fixup_flash() 358 * disable QSPI node in dts in case QSPI is not enabled. in fsl_fdt_fixup_flash()
|
/openbmc/u-boot/drivers/net/fm/ |
H A D | init.c | 304 fdt_status_disabled(blob, off); /* disable the MAC node */ in ft_fixup_port() 306 /* disable the fsl,dpa-ethernet node that points to the MAC */ in ft_fixup_port() 324 * If the node is missing, try the old. in fdt_fixup_fman_ethernet()
|
/openbmc/u-boot/drivers/spi/ |
H A D | tegra20_slink.c | 96 int node = dev_of_offset(bus); in tegra30_spi_ofdata_to_platdata() local 108 plat->frequency = fdtdec_get_int(blob, node, "spi-max-frequency", in tegra30_spi_ofdata_to_platdata() 110 plat->deactivate_delay_us = fdtdec_get_int(blob, node, in tegra30_spi_ofdata_to_platdata()
|
H A D | soft_spi.c | 204 int node = dev_of_offset(dev); in soft_spi_ofdata_to_platdata() local 206 plat->spi_delay_us = fdtdec_get_int(blob, node, "spi-delay-us", 0); in soft_spi_ofdata_to_platdata()
|
/openbmc/qemu/hw/audio/ |
H A D | hda-codec-common.h | 136 /* output: root node */ 229 /* duplex: root node */ 340 /* micro: root node */
|
/openbmc/u-boot/drivers/remoteproc/ |
H A D | rproc-uclass.c | 119 int node = dev_of_offset(dev); in rproc_pre_probe() local 127 uc_pdata->name = fdt_getprop(blob, node, in rproc_pre_probe() 132 tmp = fdtdec_get_bool(blob, node, in rproc_pre_probe()
|
/openbmc/qemu/hw/core/ |
H A D | machine-qmp-cmds.c | 239 g_string_append_printf(buf, "node %d cpus:", i); in qmp_x_query_numa() 247 g_string_append_printf(buf, "node %d size: %" PRId64 " MB\n", i, in qmp_x_query_numa() 249 g_string_append_printf(buf, "node %d plugged: %" PRId64 " MB\n", i, in qmp_x_query_numa()
|
/openbmc/qemu/hw/usb/ |
H A D | xen-usb.c | 812 char node[8]; in usbback_process_port() local 815 snprintf(node, sizeof(node), "port/%d", port); in usbback_process_port() 816 busid = xenstore_read_be_str(&usbif->xendev, node); in usbback_process_port() 818 xen_pv_printf(&usbif->xendev, 0, "xenstore_read %s failed\n", node); in usbback_process_port() 924 const char *node) in usbback_backend_changed() argument 929 TR_BUS(xendev, "path %s\n", node); in usbback_backend_changed()
|
/openbmc/qemu/hw/riscv/ |
H A D | virt-acpi-build.c | 269 /* RHCT Node[N] starts at offset 56 */ 314 /* Offset to the RHCT node array */ in build_rhct() 317 /* ISA String Node */ in build_rhct() 336 /* CMO node */ in build_rhct() 366 /* MMU node structure */ in build_rhct() 385 /* Hart Info Node */ in build_rhct() 458 * While UEFI can use libfdt to disable the RTC device node in the DTB that in build_dsdt() 775 /* PCIe Root Complex Node */ in build_rimt()
|
/openbmc/u-boot/drivers/ddr/altera/ |
H A D | sdram_arria10.c | 626 int child, i, node, ret; in of_sdram_firewall_setup() local 630 node = fdtdec_next_compatible(blob, 0, COMPAT_ALTERA_SOCFPGA_NOC); in of_sdram_firewall_setup() 631 if (node < 0) in of_sdram_firewall_setup() 634 child = fdt_first_subnode(blob, node); in of_sdram_firewall_setup()
|
/openbmc/u-boot/drivers/video/ |
H A D | atmel_hlcdfb.c | 503 int node = dev_of_offset(dev); in atmel_hlcdc_ofdata_to_platdata() local 523 priv->vl_bpix = fdtdec_get_int(blob, node, "atmel,vl-bpix", 0); in atmel_hlcdc_ofdata_to_platdata() 529 priv->output_mode = fdtdec_get_int(blob, node, "atmel,output-mode", 24); in atmel_hlcdc_ofdata_to_platdata() 530 priv->guard_time = fdtdec_get_int(blob, node, "atmel,guard-time", 1); in atmel_hlcdc_ofdata_to_platdata()
|
/openbmc/u-boot/board/freescale/lx2160a/ |
H A D | lx2160a.c | 126 * esdhc0/dspi0 DT node in esdhc_dspi_status_fixup() 145 * esdhc1/dspi1 DT node in esdhc_dspi_status_fixup() 163 /* Check RCW field IIC5 to enable dspi2 DT node */ in esdhc_dspi_status_fixup() 499 printf("%s: fsl-mc node not found in device tree (error %d)\n", in fdt_fixup_board_enet()
|
/openbmc/u-boot/board/freescale/ls1043ardb/ |
H A D | ls1043ardb.c | 295 * when set hwconfig to qe-hdlc, delete usb node. in ft_board_setup() 304 * delete qe node. in ft_board_setup()
|
/openbmc/u-boot/board/eets/pdu001/ |
H A D | board.c | 108 /* Set 'serial#' to the EUI-48 value of board node ID chip */ 266 /* second I2C bus connects to node ID and front panel LED chip */ in board_late_init()
|
/openbmc/qemu/qapi/ |
H A D | transaction.json | 256 # { "type": "blockdev-snapshot-sync", "data" : { "node-name": "myfile", 258 # "snapshot-node-name": "node3432",
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | ehci-aspeed.c | 52 * Get the base address for EHCI controller from the device node in ehci_aspeed_probe()
|
/openbmc/u-boot/board/emulation/qemu-riscv/ |
H A D | qemu-riscv.c | 31 debug("No chosen node found, can't get kernel start address\n"); in board_late_init()
|
/openbmc/u-boot/board/synopsys/hsdk/ |
H A D | clk-lib.c | 24 .node = ofnode_path("/clk-fmeas"), in soc_clk_ctl()
|