/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/ |
H A D | fdt.c | 84 /* delete crypto node if not on an E-processor */ in ft_cpu_setup()
|
/openbmc/u-boot/cmd/ |
H A D | source.c | 122 /* get script component image node offset */ in source()
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | am335x-draco.dtsi | 165 /* disable the RTC node as its not accessible on the draco/dxr2 board */
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 065 | 59 :data.index("Child node '/file':")]
|
H A D | 212 | 124 vm.add_blockdev('driver=file,filename=%s,node-name=node0' % (disk_path))
|
H A D | 218 | 138 log('=== Cancel mirror job from throttled node by quitting ===')
|
/openbmc/u-boot/common/ |
H A D | image-android-dt.c | 86 printf("Error: Root node not found\n"); in android_dt_print_fdt_info()
|
/openbmc/u-boot/board/freescale/mpc8641hpcn/ |
H A D | mpc8641hpcn.c | 137 * which is defined by the "reg" property in the soc node. in ft_board_setup()
|
/openbmc/u-boot/include/ |
H A D | ext4fs.h | 146 void ext4fs_free_node(struct ext2fs_node *node, struct ext2fs_node *currroot);
|
/openbmc/u-boot/include/configs/ |
H A D | socfpga_stratix10_socdk.h | 89 * Do note the value will override also the chosen node in FDT blob.
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | xhci-rockchip.c | 40 * Get the base address for XHCI controller from the device node in xhci_usb_ofdata_to_platdata()
|
/openbmc/u-boot/doc/device-tree-bindings/misc/ |
H A D | intel,baytrail-fsp.txt | 4 The device tree node which describes the overriding of the Intel Bay Trail FSP
|
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/ |
H A D | board_common.c | 192 * U-boot will fixup the memory node in kernel's DT. The ECC redundancy in dram_init()
|
/openbmc/u-boot/doc/driver-model/ |
H A D | pmic-framework.txt | 97 of regulator's node, compatible prefixes.
|
/openbmc/qemu/include/qemu/ |
H A D | rcu.h | 66 QLIST_ENTRY(rcu_reader_data) node;
|
/openbmc/u-boot/fs/ubifs/ |
H A D | lprops.c | 470 * bytes, it is dark space, because it cannot fit a large data node. 481 * anyway safely assume it we'll be able to write a node of the in ubifs_calc_dark() 1127 ubifs_err(c, "indexing node in data LEB %d:%d", in scan_check_cb() 1133 struct ubifs_idx_node *idx = snod->node; in scan_check_cb() 1200 ubifs_err(c, "indexing node without indexing flag"); in scan_check_cb() 1206 ubifs_err(c, "data node with indexing flag"); in scan_check_cb()
|
/openbmc/qemu/hw/acpi/ |
H A D | nvdimm.c | 216 uint32_t node = object_property_get_uint(OBJECT(dev), PC_DIMM_NODE_PROP, in nvdimm_build_structure_spa() local 238 /* NUMA node. */ in nvdimm_build_structure_spa() 239 nfit_spa->proximity_domain = cpu_to_le32(node); in nvdimm_build_structure_spa() 1438 int node; in nvdimm_build_srat() local 1440 node = object_property_get_int(obj, PC_DIMM_NODE_PROP, &error_abort); in nvdimm_build_srat() 1444 build_srat_memory(table_data, addr, size, node, in nvdimm_build_srat()
|
/openbmc/qemu/hw/core/ |
H A D | qdev-properties-system.c | 137 /* BlockBackend already exists. So, we want to change attached node */ in set_drive_helper() 147 "node"); in set_drive_helper() 167 * block node to the right AioContext if necessary (or fail if this in set_drive_helper() 240 .description = "Node name or ID of a block device to use as a backend", 249 .description = "Node name or ID of a block device to use as a backend",
|
/openbmc/u-boot/drivers/ram/rockchip/ |
H A D | sdram_rk322x.c | 720 int node = dev_of_offset(dev); in rk322x_dmc_ofdata_to_platdata() local 725 ret = fdtdec_get_int_array(blob, node, "rockchip,pctl-timing", in rk322x_dmc_ofdata_to_platdata() 732 ret = fdtdec_get_int_array(blob, node, "rockchip,phy-timing", in rk322x_dmc_ofdata_to_platdata() 739 ret = fdtdec_get_int_array(blob, node, "rockchip,sdram-params", in rk322x_dmc_ofdata_to_platdata()
|
/openbmc/u-boot/drivers/i2c/ |
H A D | mxc_i2c.c | 809 int node = dev_of_offset(bus); 832 ret = fdt_stringlist_search(fdt, node, "pinctrl-names", "gpio"); 836 ret = gpio_request_by_name_nodev(offset_to_ofnode(node), 839 ret2 = gpio_request_by_name_nodev(offset_to_ofnode(node),
|
/openbmc/u-boot/drivers/net/ |
H A D | tsec.c | 813 int reg = ofnode_read_u32_default(phandle_args.node, "reg", 0); in tsec_probe() 818 parent = ofnode_get_parent(phandle_args.node); in tsec_probe() 824 debug("No parent node for PHY?\n"); in tsec_probe() 832 int reg = ofnode_read_u32_default(phandle_args.node, "reg", in tsec_probe()
|
/openbmc/qemu/docs/specs/ |
H A D | ppc-spapr-xive.rst | 160 The properties for the PAPR interrupt controller node when the *XIVE 186 The root node also exports :
|
/openbmc/pldm/tools/visualize-pdr/ |
H A D | pldm_visualise_pdrs.py | 196 dot.node( 210 dot.node(
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-betamax/ |
H A D | 0001-Drop-ptests-fixtures-and-recorde_modes.patch | 276 - request.node.name = request.function.__name__ = 'test' 286 - request.node.name = request.function.__name__ = 'test'
|
/openbmc/u-boot/drivers/spi/ |
H A D | bcmstb_spi.c | 101 int node = dev_of_offset(bus); in bcmstb_spi_ofdata_to_platdata() local 115 ret = fdt_get_named_resource(fdt, node, "reg", "reg-names", in bcmstb_spi_ofdata_to_platdata()
|