Home
last modified time | relevance | path

Searched refs:fdtdec_lookup_phandle (Results 1 – 21 of 21) sorted by relevance

/openbmc/u-boot/drivers/net/ti/
H A Dcpsw-common.c30 syscon = fdtdec_lookup_phandle(fdt, node, "syscon"); in davinci_emac_3517_get_macid()
70 syscon = fdtdec_lookup_phandle(fdt, node, "syscon"); in cpsw_am33xx_cm_get_macid()
H A Dkeystone_net.c702 phy = fdtdec_lookup_phandle(fdt, slave, "phy-handle"); in ks2_eth_parse_slave_interface()
H A Dcpsw.c1288 fdtdec_lookup_phandle(fdt, subnode, in cpsw_eth_ofdata_to_platdata()
/openbmc/u-boot/drivers/usb/musb-new/
H A Dti-musb.c90 phys = fdtdec_lookup_phandle(fdt, node, "phys"); in ti_musb_ofdata_to_platdata()
91 ctrl_mod = fdtdec_lookup_phandle(fdt, phys, "ti,ctrl_mod"); in ti_musb_ofdata_to_platdata()
/openbmc/u-boot/arch/arm/mach-rockchip/
H A Drv1108-board.c48 node = fdtdec_lookup_phandle(blob, node, "phys"); in board_usb_init()
H A Drk3288-board.c235 node = fdtdec_lookup_phandle(blob, node, "phys"); in board_usb_init()
/openbmc/u-boot/drivers/pci/
H A Dpcie_aspeed.c425 fdtdec_lookup_phandle(fdt, dev_of_offset(dev), "slot0-handle"); in pcie_aspeed_probe()
444 fdtdec_lookup_phandle(fdt, dev_of_offset(dev), "slot1-handle"); in pcie_aspeed_probe()
/openbmc/u-boot/drivers/net/
H A Dsun8i_emac.c479 offset = fdtdec_lookup_phandle(gd->fdt_blob, dev_of_offset(dev), in parse_phy_pins()
854 offset = fdtdec_lookup_phandle(gd->fdt_blob, node, "syscon"); in sun8i_emac_eth_ofdata_to_platdata()
878 offset = fdtdec_lookup_phandle(gd->fdt_blob, node, "phy-handle"); in sun8i_emac_eth_ofdata_to_platdata()
H A Dxilinx_axi_emac.c721 offset = fdtdec_lookup_phandle(gd->fdt_blob, node, in axi_emac_ofdata_to_platdata()
738 offset = fdtdec_lookup_phandle(gd->fdt_blob, node, "phy-handle"); in axi_emac_ofdata_to_platdata()
H A Dxilinx_emaclite.c606 offset = fdtdec_lookup_phandle(gd->fdt_blob, dev_of_offset(dev), in emaclite_ofdata_to_platdata()
H A Dpic32_eth.c557 offset = fdtdec_lookup_phandle(gd->fdt_blob, dev_of_offset(dev), in pic32_eth_probe()
H A Dftgmac100.c553 offset = fdtdec_lookup_phandle(gd->fdt_blob, dev_of_offset(dev), in ftgmac100_ofdata_to_platdata()
H A Dmvgbe.c1022 addr = fdtdec_lookup_phandle(blob, pnode, "phy-handle"); in mvgbe_ofdata_to_platdata()
H A Dag7xxx.c894 offset = fdtdec_lookup_phandle(gd->fdt_blob, dev_of_offset(dev), "phy"); in ag7xxx_get_phy_iface_offset()
H A Dmvpp2.c4718 phy_node = fdtdec_lookup_phandle(gd->fdt_blob, port_node, "phy"); in phy_info_parse()
/openbmc/u-boot/include/
H A Dfdtdec.h671 int fdtdec_lookup_phandle(const void *blob, int node, const char *prop_name);
/openbmc/u-boot/drivers/smem/
H A Dmsm_smem.c823 ret = fdtdec_lookup_phandle(gd->fdt_blob, node, name); in qcom_smem_map_memory()
853 if (fdtdec_lookup_phandle(gd->fdt_blob, node, "qcomrpm-msg-ram") >= 0) in qcom_smem_probe()
/openbmc/u-boot/drivers/video/
H A Dtegra.c375 panel_node = fdtdec_lookup_phandle(blob, rgb, "nvidia,panel"); in tegra_lcd_ofdata_to_platdata()
/openbmc/u-boot/drivers/usb/host/
H A Dehci-mx6.c449 phy_off = fdtdec_lookup_phandle(blob, in ehci_usb_phy_mode()
/openbmc/u-boot/board/ti/am335x/
H A Dboard.c678 phynode = fdtdec_lookup_phandle(fdt, slavenode, in ft_board_setup()
/openbmc/u-boot/lib/
H A Dfdtdec.c636 int fdtdec_lookup_phandle(const void *blob, int node, const char *prop_name) in fdtdec_lookup_phandle() function