| /openbmc/u-boot/arch/arm/cpu/armv8/ |
| H A D | spin_table.c | 24 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 D | vexpress_tc2.c | 59 for (tmp = fdt_first_subnode(fdt, offset); tmp >= 0; in ft_board_setup()
|
| /openbmc/u-boot/tools/ |
| H A D | image-host.c | 324 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 D | common_fit.c | 46 for (node = fdt_first_subnode(fdt, conf); in fit_find_config_node()
|
| /openbmc/u-boot/arch/x86/cpu/intel_common/ |
| H A D | mrc.c | 151 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 D | pinmux_arria10.c | 42 child = fdt_first_subnode(blob, node); in do_pinctrl_pins()
|
| /openbmc/u-boot/arch/x86/cpu/ |
| H A D | cpu_x86.c | 64 for (cpu = fdt_first_subnode(gd->fdt_blob, node); in cpu_x86_get_count()
|
| /openbmc/u-boot/arch/arm/lib/ |
| H A D | psci-dt.c | 31 for (tmp = fdt_first_subnode(fdt, nodeoff); in fdt_psci()
|
| /openbmc/u-boot/drivers/clk/at91/ |
| H A D | pmc.c | 60 for (offset = fdt_first_subnode(fdt, offset); in at91_clk_sub_device_bind()
|
| /openbmc/u-boot/board/freescale/qemu-ppce500/ |
| H A D | qemu-ppce500.c | 308 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 D | pinctrl_broadwell.c | 54 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 D | sunxi_lcd.c | 124 node = fdt_first_subnode(gd->fdt_blob, timing_node); in sunxi_lcd_probe()
|
| /openbmc/u-boot/drivers/clk/altera/ |
| H A D | clk-arria10.c | 233 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 D | pinctrl_ich6.c | 189 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 D | fdt.c | 205 int fdt_first_subnode(const void *fdt, int offset) in fdt_first_subnode() function
|
| H A D | libfdt.h | 169 int fdt_first_subnode(const void *fdt, int offset); 208 for (node = fdt_first_subnode(fdt, parent); \
|
| /openbmc/u-boot/drivers/gpio/ |
| H A D | dwapb_gpio.c | 168 for (node = fdt_first_subnode(blob, dev_of_offset(dev)); in gpio_dwapb_bind()
|
| H A D | s5p_gpio.c | 319 for (node = fdt_first_subnode(blob, dev_of_offset(parent)), bank = base; in gpio_exynos_bind()
|
| /openbmc/u-boot/drivers/usb/host/ |
| H A D | dwc3-sti-glue.c | 159 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 D | imx8-power-domain.c | 238 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 D | ti-musb.c | 291 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 D | dwc3-generic.c | 212 for (node = fdt_first_subnode(fdt, dev_of_offset(parent)); node > 0; in dwc3_glue_bind()
|
| /openbmc/u-boot/drivers/spi/ |
| H A D | cadence_qspi.c | 296 subnode = fdt_first_subnode(blob, node); in cadence_spi_ofdata_to_platdata()
|
| /openbmc/qemu/hw/core/ |
| H A D | loader-fit.c | 293 off = fdt_first_subnode(itb, configs); in load_fit()
|
| /openbmc/u-boot/drivers/video/rockchip/ |
| H A D | rk_mipi.c | 126 node = fdt_first_subnode(gd->fdt_blob, timing_node); in rk_mipi_dsi_enable()
|