Home
last modified time | relevance | path

Searched refs:fdt_get_phandle (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/u-boot/test/overlay/
H A Dcmd_ut_overlay.c155 local_phandle = fdt_get_phandle(fdt, off); in fdt_overlay_local_phandle()
179 local_phandle = fdt_get_phandle(fdt, off); in fdt_overlay_local_phandles()
185 test_phandle = fdt_get_phandle(fdt, off); in fdt_overlay_local_phandles()
/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/
H A Dfdt.c54 int ph = fdt_get_phandle(blob, off); in ft_fixup_num_cores()
/openbmc/u-boot/lib/libfdt/
H A Dfdt_ro.c65 phandle = fdt_get_phandle(fdt, offset); in fdt_get_max_phandle()
334 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) in fdt_get_phandle() function
522 if (fdt_get_phandle(fdt, offset) == phandle) in fdt_node_offset_by_phandle()
/openbmc/u-boot/scripts/dtc/libfdt/
H A Dfdt_ro.c107 phandle = fdt_get_phandle(fdt, offset); in fdt_get_max_phandle()
425 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) in fdt_get_phandle() function
613 if (fdt_get_phandle(fdt, offset) == phandle) in fdt_node_offset_by_phandle()
H A Dlibfdt.h713 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset);
H A Dfdt_overlay.c436 phandle = fdt_get_phandle(fdt, symbol_off); in overlay_fixup_one_phandle()
/openbmc/qemu/hw/ppc/
H A Dvof.c170 ret = fdt_get_phandle(fdt, offset); in vof_finddevice()
399 ret = fdt_get_phandle(fdt, rc); in vof_peer()
411 ret = fdt_get_phandle(fdt, rc); in vof_child()
423 ret = fdt_get_phandle(fdt, rc); in vof_parent()
440 inst->phandle = fdt_get_phandle(fdt, offset); in vof_do_open()
H A Dspapr_irq.c471 phandle = fdt_get_phandle(fdt, offset); in spapr_irq_get_phandle()
/openbmc/linux/scripts/dtc/libfdt/
H A Dfdt_ro.c130 value = fdt_get_phandle(fdt, offset); in fdt_find_max_phandle()
508 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) in fdt_get_phandle() function
699 if (fdt_get_phandle(fdt, offset) == phandle) in fdt_node_offset_by_phandle()
H A Dfdt_overlay.c377 phandle = fdt_get_phandle(fdt, symbol_off); in overlay_fixup_one_phandle()
H A Dlibfdt.h839 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset);
/openbmc/linux/arch/mips/generic/
H A Dboard-sead3.c80 cpu_phandle = fdt_get_phandle(fdt, cpu_off); in remove_gic()
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dicid.c167 smmu_ph = fdt_get_phandle(blob, noff); in fdt_get_smmu_phandle()
/openbmc/u-boot/arch/arm/mach-omap2/omap5/
H A Dfdt.c219 phandle = fdt_get_phandle(fdt, node_offs); in ft_fixup_clocks()
/openbmc/linux/arch/mips/mti-malta/
H A Dmalta-dtshim.c280 cpu_phandle = fdt_get_phandle(fdt, cpu_off); in remove_gic()
/openbmc/u-boot/drivers/core/
H A Dread.c203 return fdt_get_phandle(gd->fdt_blob, ofnode_to_offset(node)); in dev_read_phandle()
/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dpinctrl_broadwell.c57 int phandle = fdt_get_phandle(blob, node); in broadwell_pinctrl_read_configs()
/openbmc/u-boot/drivers/net/fm/
H A Dinit.c307 ph = fdt_get_phandle(blob, off); in ft_fixup_port()
/openbmc/u-boot/drivers/misc/
H A Dfsl_portals.c142 dev_handle = fdt_get_phandle(blob, dev_off); in fdt_qportal()
/openbmc/u-boot/include/dm/
H A Dread.h694 return fdt_get_phandle(gd->fdt_blob, dev_of_offset(dev)); in dev_read_phandle()
/openbmc/u-boot/common/
H A Dfdt_support.c1321 phandle = max(phandle, fdt_get_phandle(blob, offset)); in fdt_alloc_phandle()
1376 int phandle = fdt_get_phandle(fdt, nodeoffset); in fdt_create_phandle()
1717 uint32_t h = fdt_get_phandle(blob, off); in fdt_fixup_display()
/openbmc/qemu/system/
H A Ddevice_tree.c473 r = fdt_get_phandle(fdt, findnode_nofail(fdt, path)); in qemu_fdt_get_phandle()
/openbmc/u-boot/board/freescale/lx2160a/
H A Deth_lx2160aqds.c658 phandle = fdt_get_phandle(fdt, offset); in fdt_get_ioslot_offset()
/openbmc/qemu/hw/arm/
H A Dvexpress.c474 return fdt_get_phandle(fdt, offset); in find_int_controller()
/openbmc/linux/drivers/of/
H A Dfdt.c825 return fdt_get_phandle(initial_boot_params, node); in of_get_flat_dt_phandle()

12