Searched refs:fdt_get_phandle (Results 1 – 19 of 19) sorted by relevance
| /u-boot/test/overlay/ |
| A D | cmd_ut_overlay.c | 157 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 D | fdt.c | 56 int ph = fdt_get_phandle(blob, off); in ft_fixup_num_cores()
|
| /u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
| A D | icid.c | 170 smmu_ph = fdt_get_phandle(blob, noff); in fdt_get_smmu_phandle()
|
| /u-boot/arch/arm/mach-omap2/omap5/ |
| A D | fdt.c | 231 phandle = fdt_get_phandle(fdt, node_offs); in ft_fixup_clocks()
|
| /u-boot/scripts/dtc/libfdt/ |
| 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 698 if (fdt_get_phandle(fdt, offset) == phandle) in fdt_node_offset_by_phandle()
|
| A D | libfdt.h | 774 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset);
|
| A D | fdt_overlay.c | 392 phandle = fdt_get_phandle(fdt, symbol_off); in overlay_fixup_one_phandle()
|
| /u-boot/arch/x86/cpu/broadwell/ |
| A D | pinctrl_broadwell.c | 59 int phandle = fdt_get_phandle(blob, node); in broadwell_pinctrl_read_configs()
|
| /u-boot/drivers/net/fm/ |
| A D | init.c | 310 ph = fdt_get_phandle(blob, off); in ft_fixup_port()
|
| /u-boot/drivers/misc/ |
| A D | fsl_portals.c | 143 dev_handle = fdt_get_phandle(blob, dev_off); in fdt_qportal()
|
| /u-boot/drivers/core/ |
| A D | read.c | 252 return fdt_get_phandle(gd->fdt_blob, ofnode_to_offset(node)); in dev_read_phandle()
|
| /u-boot/lib/ |
| A D | fdtdec.c | 510 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 D | fdt_support.c | 1450 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 D | read.h | 933 return fdt_get_phandle(gd->fdt_blob, dev_of_offset(dev)); in dev_read_phandle()
|
| /u-boot/board/CZ.NIC/turris_mox/ |
| A D | turris_mox.c | 583 phandle = fdt_get_phandle(blob, node); in phandle_by_path()
|
| /u-boot/board/freescale/lx2160a/ |
| A D | eth_lx2160aqds.c | 683 phandle = fdt_get_phandle(fdt, offset); in fdt_get_ioslot_offset()
|
| A D | eth_lx2162aqds.c | 692 phandle = fdt_get_phandle(fdt, offset); in fdt_get_ioslot_offset()
|
| /u-boot/board/gateworks/gw_ventana/ |
| A D | gw_ventana.c | 1218 handle = fdt_get_phandle(blob, i); in ft_board_setup()
|
| /u-boot/scripts/dtc/pylibfdt/ |
| A D | libfdt.i_shipped | 432 return fdt_get_phandle(self._fdt, nodeoffset)
|
Completed in 50 milliseconds