Home
last modified time | relevance | path

Searched refs:fdt_first_subnode (Results 1 – 25 of 39) sorted by relevance

12

/openbmc/u-boot/arch/arm/cpu/armv8/
H A Dspin_table.c24 for (offset = fdt_first_subnode(fdt, cpus_offset); in spin_table_update_dt()
41 for (offset = fdt_first_subnode(fdt, cpus_offset); in spin_table_update_dt()
/openbmc/u-boot/board/armltd/vexpress/
H A Dvexpress_tc2.c59 for (tmp = fdt_first_subnode(fdt, offset); tmp >= 0; in ft_board_setup()
/openbmc/u-boot/tools/
H A Dimage-host.c324 for (noffset = fdt_first_subnode(fit, image_noffset); in fit_image_add_verification_data()
467 for (noffset = fdt_first_subnode(fit, image_noffset); in fit_config_get_hash_list()
658 for (noffset = fdt_first_subnode(fit, conf_noffset); in fit_config_add_verification_data()
695 for (noffset = fdt_first_subnode(fit, images_noffset); in fit_add_verification_data()
722 for (noffset = fdt_first_subnode(fit, confs_noffset); in fit_add_verification_data()
/openbmc/u-boot/common/
H A Dcommon_fit.c46 for (node = fdt_first_subnode(fdt, conf); in fit_find_config_node()
/openbmc/u-boot/arch/x86/cpu/intel_common/
H A Dmrc.c151 node = fdt_first_subnode(blob, dev_of_offset(dev)); in mrc_locate_spd()
154 for (spd_node = fdt_first_subnode(blob, node); in mrc_locate_spd()
/openbmc/u-boot/arch/arm/mach-socfpga/
H A Dpinmux_arria10.c42 child = fdt_first_subnode(blob, node); in do_pinctrl_pins()
/openbmc/u-boot/arch/x86/cpu/
H A Dcpu_x86.c64 for (cpu = fdt_first_subnode(gd->fdt_blob, node); in cpu_x86_get_count()
/openbmc/u-boot/arch/arm/lib/
H A Dpsci-dt.c31 for (tmp = fdt_first_subnode(fdt, nodeoff); in fdt_psci()
/openbmc/u-boot/drivers/clk/at91/
H A Dpmc.c60 for (offset = fdt_first_subnode(fdt, offset); in at91_clk_sub_device_bind()
/openbmc/u-boot/board/freescale/qemu-ppce500/
H A Dqemu-ppce500.c308 int cpu_node = fdt_first_subnode(fdt, cpus_node); in get_cpu_freq()
341 int cpu_node = fdt_first_subnode(fdt, cpus_node); in get_tbclk()
/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dpinctrl_broadwell.c54 for (node = fdt_first_subnode(blob, dev_of_offset(dev)); in broadwell_pinctrl_read_configs()
118 for (node = fdt_first_subnode(blob, dev_of_offset(dev)); in broadwell_pinctrl_read_pins()
/openbmc/u-boot/drivers/video/sunxi/
H A Dsunxi_lcd.c124 node = fdt_first_subnode(gd->fdt_blob, timing_node); in sunxi_lcd_probe()
/openbmc/u-boot/drivers/clk/altera/
H A Dclk-arria10.c233 for (offset = fdt_first_subnode(fdt, offset); in socfpga_a10_clk_bind()
241 offset = fdt_first_subnode(fdt, offset); in socfpga_a10_clk_bind()
/openbmc/u-boot/arch/x86/lib/
H A Dpinctrl_ich6.c189 for (pin_node = fdt_first_subnode(gd->fdt_blob, dev_of_offset(dev)); in ich6_pinctrl_probe()
/openbmc/u-boot/scripts/dtc/libfdt/
H A Dfdt.c205 int fdt_first_subnode(const void *fdt, int offset) in fdt_first_subnode() function
H A Dlibfdt.h169 int fdt_first_subnode(const void *fdt, int offset);
208 for (node = fdt_first_subnode(fdt, parent); \
/openbmc/u-boot/drivers/gpio/
H A Ddwapb_gpio.c168 for (node = fdt_first_subnode(blob, dev_of_offset(dev)); in gpio_dwapb_bind()
H A Ds5p_gpio.c319 for (node = fdt_first_subnode(blob, dev_of_offset(parent)), bank = base; in gpio_exynos_bind()
/openbmc/u-boot/drivers/usb/host/
H A Ddwc3-sti-glue.c159 dwc3_node = fdt_first_subnode(gd->fdt_blob, dev_of_offset(dev)); in sti_dwc3_glue_bind()
/openbmc/u-boot/drivers/power/domain/
H A Dimx8-power-domain.c238 for (offset = fdt_first_subnode(gd->fdt_blob, offset); offset > 0; in imx8_power_domain_bind()
/openbmc/u-boot/drivers/usb/musb-new/
H A Dti-musb.c291 for (node = fdt_first_subnode(fdt, dev_of_offset(parent)); node > 0; in ti_musb_wrapper_bind()
/openbmc/u-boot/drivers/usb/dwc3/
H A Ddwc3-generic.c212 for (node = fdt_first_subnode(fdt, dev_of_offset(parent)); node > 0; in dwc3_glue_bind()
/openbmc/u-boot/drivers/spi/
H A Dcadence_qspi.c296 subnode = fdt_first_subnode(blob, node); in cadence_spi_ofdata_to_platdata()
/openbmc/qemu/hw/core/
H A Dloader-fit.c293 off = fdt_first_subnode(itb, configs); in load_fit()
/openbmc/u-boot/drivers/video/rockchip/
H A Drk_mipi.c126 node = fdt_first_subnode(gd->fdt_blob, timing_node); in rk_mipi_dsi_enable()

12