Home
last modified time | relevance | path

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

/u-boot/test/overlay/
A Dcmd_ut_overlay.c157 local_phandle = fdt_get_phandle(fdt, off); in fdt_overlay_local_phandle()
181 local_phandle = fdt_get_phandle(fdt, off); in fdt_overlay_local_phandles()
187 test_phandle = fdt_get_phandle(fdt, off); in fdt_overlay_local_phandles()
/u-boot/arch/powerpc/cpu/mpc8xxx/
A Dfdt.c56 int ph = fdt_get_phandle(blob, off); in ft_fixup_num_cores()
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
A Dicid.c170 smmu_ph = fdt_get_phandle(blob, noff); in fdt_get_smmu_phandle()
/u-boot/arch/arm/mach-omap2/omap5/
A Dfdt.c231 phandle = fdt_get_phandle(fdt, node_offs); in ft_fixup_clocks()
/u-boot/scripts/dtc/libfdt/
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
698 if (fdt_get_phandle(fdt, offset) == phandle) in fdt_node_offset_by_phandle()
A Dlibfdt.h774 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset);
A Dfdt_overlay.c392 phandle = fdt_get_phandle(fdt, symbol_off); in overlay_fixup_one_phandle()
/u-boot/arch/x86/cpu/broadwell/
A Dpinctrl_broadwell.c59 int phandle = fdt_get_phandle(blob, node); in broadwell_pinctrl_read_configs()
/u-boot/drivers/net/fm/
A Dinit.c310 ph = fdt_get_phandle(blob, off); in ft_fixup_port()
/u-boot/drivers/misc/
A Dfsl_portals.c143 dev_handle = fdt_get_phandle(blob, dev_off); in fdt_qportal()
/u-boot/drivers/core/
A Dread.c252 return fdt_get_phandle(gd->fdt_blob, ofnode_to_offset(node)); in dev_read_phandle()
/u-boot/lib/
A Dfdtdec.c510 if (fdt_get_phandle(blob, offset) != in fdtdec_get_alias_seq()
511 fdt_get_phandle(blob, fdt_path_offset(blob, prop))) in fdtdec_get_alias_seq()
1373 *phandlep = fdt_get_phandle(blob, node); in fdtdec_add_reserved_memory()
/u-boot/common/
A Dfdt_support.c1450 phandle = max(phandle, fdt_get_phandle(blob, offset)); in fdt_alloc_phandle()
1505 int phandle = fdt_get_phandle(fdt, nodeoffset); in fdt_create_phandle()
1860 uint32_t h = fdt_get_phandle(blob, off); in fdt_fixup_display()
/u-boot/include/dm/
A Dread.h933 return fdt_get_phandle(gd->fdt_blob, dev_of_offset(dev)); in dev_read_phandle()
/u-boot/board/CZ.NIC/turris_mox/
A Dturris_mox.c583 phandle = fdt_get_phandle(blob, node); in phandle_by_path()
/u-boot/board/freescale/lx2160a/
A Deth_lx2160aqds.c683 phandle = fdt_get_phandle(fdt, offset); in fdt_get_ioslot_offset()
A Deth_lx2162aqds.c692 phandle = fdt_get_phandle(fdt, offset); in fdt_get_ioslot_offset()
/u-boot/board/gateworks/gw_ventana/
A Dgw_ventana.c1218 handle = fdt_get_phandle(blob, i); in ft_board_setup()
/u-boot/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped432 return fdt_get_phandle(self._fdt, nodeoffset)

Completed in 50 milliseconds