/openbmc/u-boot/test/overlay/ |
H A D | cmd_ut_overlay.c | 155 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 D | fdt.c | 54 int ph = fdt_get_phandle(blob, off); in ft_fixup_num_cores()
|
/openbmc/u-boot/lib/libfdt/ |
H A D | fdt_ro.c | 65 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 D | fdt_ro.c | 107 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 D | libfdt.h | 713 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset);
|
H A D | fdt_overlay.c | 436 phandle = fdt_get_phandle(fdt, symbol_off); in overlay_fixup_one_phandle()
|
/openbmc/qemu/hw/ppc/ |
H A D | vof.c | 170 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 D | spapr_irq.c | 471 phandle = fdt_get_phandle(fdt, offset); in spapr_irq_get_phandle()
|
/openbmc/linux/scripts/dtc/libfdt/ |
H A D | fdt_ro.c | 130 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 D | fdt_overlay.c | 377 phandle = fdt_get_phandle(fdt, symbol_off); in overlay_fixup_one_phandle()
|
H A D | libfdt.h | 839 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset);
|
/openbmc/linux/arch/mips/generic/ |
H A D | board-sead3.c | 80 cpu_phandle = fdt_get_phandle(fdt, cpu_off); in remove_gic()
|
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
H A D | icid.c | 167 smmu_ph = fdt_get_phandle(blob, noff); in fdt_get_smmu_phandle()
|
/openbmc/u-boot/arch/arm/mach-omap2/omap5/ |
H A D | fdt.c | 219 phandle = fdt_get_phandle(fdt, node_offs); in ft_fixup_clocks()
|
/openbmc/linux/arch/mips/mti-malta/ |
H A D | malta-dtshim.c | 280 cpu_phandle = fdt_get_phandle(fdt, cpu_off); in remove_gic()
|
/openbmc/u-boot/drivers/core/ |
H A D | read.c | 203 return fdt_get_phandle(gd->fdt_blob, ofnode_to_offset(node)); in dev_read_phandle()
|
/openbmc/u-boot/arch/x86/cpu/broadwell/ |
H A D | pinctrl_broadwell.c | 57 int phandle = fdt_get_phandle(blob, node); in broadwell_pinctrl_read_configs()
|
/openbmc/u-boot/drivers/net/fm/ |
H A D | init.c | 307 ph = fdt_get_phandle(blob, off); in ft_fixup_port()
|
/openbmc/u-boot/drivers/misc/ |
H A D | fsl_portals.c | 142 dev_handle = fdt_get_phandle(blob, dev_off); in fdt_qportal()
|
/openbmc/u-boot/include/dm/ |
H A D | read.h | 694 return fdt_get_phandle(gd->fdt_blob, dev_of_offset(dev)); in dev_read_phandle()
|
/openbmc/u-boot/common/ |
H A D | fdt_support.c | 1321 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 D | device_tree.c | 473 r = fdt_get_phandle(fdt, findnode_nofail(fdt, path)); in qemu_fdt_get_phandle()
|
/openbmc/u-boot/board/freescale/lx2160a/ |
H A D | eth_lx2160aqds.c | 658 phandle = fdt_get_phandle(fdt, offset); in fdt_get_ioslot_offset()
|
/openbmc/qemu/hw/arm/ |
H A D | vexpress.c | 474 return fdt_get_phandle(fdt, offset); in find_int_controller()
|
/openbmc/linux/drivers/of/ |
H A D | fdt.c | 825 return fdt_get_phandle(initial_boot_params, node); in of_get_flat_dt_phandle()
|