Home
last modified time | relevance | path

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

12

/openbmc/qemu/hw/ppc/
H A Dvof.c125 ret = fdt_node_offset_by_phandle(fdt, ph); in phandle_to_path()
226 int nodeoff = fdt_node_offset_by_phandle(fdt, nodeph); in vof_getprop()
273 int nodeoff = fdt_node_offset_by_phandle(fdt, nodeph); in vof_getproplen()
311 offset = fdt_node_offset_by_phandle(fdt, nodeph); in vof_setprop()
354 int offset, nodeoff = fdt_node_offset_by_phandle(fdt, phandle); in vof_nextprop()
395 rc = fdt_next_subnode(fdt, fdt_node_offset_by_phandle(fdt, phandle)); in vof_peer()
408 int rc = fdt_first_subnode(fdt, fdt_node_offset_by_phandle(fdt, phandle)); in vof_child()
420 int rc = fdt_parent_offset(fdt, fdt_node_offset_by_phandle(fdt, phandle)); in vof_parent()
/openbmc/u-boot/board/freescale/common/
H A Dcds_pci_ft.c35 off = fdt_node_offset_by_phandle(blob, fdt32_to_cpu(*(map+cells))); in cds_pci_fixup()
H A Dsgmii_riser.c112 phy_node = fdt_node_offset_by_phandle(fdt, in fsl_sgmii_riser_fdt_fixup()
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dfdt.c273 off = fdt_node_offset_by_phandle(blob, *ph); in ft_fixup_l2cache()
323 l2_off = fdt_node_offset_by_phandle(blob, *ph); in ft_fixup_l2cache()
369 l3_off = fdt_node_offset_by_phandle(blob, l3_off); in ft_fixup_l2cache()
/openbmc/u-boot/drivers/mmc/
H A Dmsm_sdhci.c65 clk_offset = fdt_node_offset_by_phandle(gd->fdt_blob, clkd[0]); in msm_sdc_clk_init()
/openbmc/u-boot/drivers/serial/
H A Dserial_msm.c169 clk_offset = fdt_node_offset_by_phandle(gd->fdt_blob, clkd[0]); in msm_uart_clk_init()
/openbmc/linux/arch/mips/cavium-octeon/
H A Docteon-platform.c499 phy = fdt_node_offset_by_phandle(initial_boot_params, phandle); in octeon_fdt_set_phy()
505 alt_phy = fdt_node_offset_by_phandle(initial_boot_params, alt_phandle); in octeon_fdt_set_phy()
602 int p = fdt_node_offset_by_phandle(initial_boot_params, ph); in octeon_fdt_rm_ethernet()
/openbmc/u-boot/board/freescale/mpc837xemds/
H A Dmpc837xemds.c169 off = fdt_node_offset_by_phandle(blob, *ph); in __ft_tsec_fixup()
/openbmc/u-boot/board/freescale/mpc8569mds/
H A Dmpc8569mds.c558 off = fdt_node_offset_by_phandle(blob, *ph); in ft_board_setup()
/openbmc/u-boot/board/freescale/ls1046aqds/
H A Deth.c218 off = fdt_node_offset_by_phandle(fdt, in board_ft_fman_fixup_port()
/openbmc/u-boot/drivers/pinctrl/
H A Dpinctrl_stm32.c392 config_node = fdt_node_offset_by_phandle(fdt, phandle); in stm32_pinctrl_set_state_simple()
/openbmc/u-boot/scripts/dtc/libfdt/
H A Dlibfdt.h908 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle);
H A Dfdt_overlay.c124 ret = fdt_node_offset_by_phandle(fdt, phandle); in overlay_get_target()
H A Dfdt_ro.c595 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) in fdt_node_offset_by_phandle() function
/openbmc/qemu/hw/core/
H A Dsysbus-fdt.c145 node_offset = fdt_node_offset_by_phandle(host_fdt, host_phandle); in fdt_build_clock_node()
/openbmc/linux/scripts/dtc/libfdt/
H A Dlibfdt.h1037 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle);
H A Dfdt_overlay.c64 ret = fdt_node_offset_by_phandle(fdt, phandle); in fdt_overlay_target_offset()
H A Dfdt_ro.c681 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) in fdt_node_offset_by_phandle() function
/openbmc/u-boot/drivers/spi/
H A Dspi-sunxi.c199 offset = fdt_node_offset_by_phandle(fdt, phandle); in sun4i_spi_parse_pins()
/openbmc/u-boot/lib/libfdt/
H A Dfdt_ro.c504 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) in fdt_node_offset_by_phandle() function
/openbmc/u-boot/lib/
H A Dfdtdec.c646 lookup = fdt_node_offset_by_phandle(blob, fdt32_to_cpu(*phandle)); in fdtdec_lookup_phandle()
777 node = fdt_node_offset_by_phandle(blob, in fdtdec_parse_phandle_with_args()
/openbmc/u-boot/drivers/net/
H A Daltera_tse.c638 addr = fdt_node_offset_by_phandle(blob, addr); in altera_tse_probe()
/openbmc/u-boot/drivers/core/
H A Dofnode.c229 node.of_offset = fdt_node_offset_by_phandle(gd->fdt_blob, in ofnode_get_by_phandle()
/openbmc/u-boot/board/gateworks/gw_ventana/
H A Dgw_ventana.c1269 i = fdt_node_offset_by_phandle(blob, in ft_board_setup()
/openbmc/u-boot/common/
H A Dfdt_support.c1339 int off = fdt_node_offset_by_phandle(fdt, phandle); in fdt_set_phandle()

12