Searched refs:fdtdec_lookup_phandle (Results 1 – 16 of 16) sorted by relevance
/external/u-boot/drivers/net/ |
D | cpsw-common.c | 30 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()
|
D | sun8i_emac.c | 460 offset = fdtdec_lookup_phandle(gd->fdt_blob, dev_of_offset(dev), in parse_phy_pins() 803 offset = fdtdec_lookup_phandle(gd->fdt_blob, node, "syscon"); in sun8i_emac_eth_ofdata_to_platdata() 825 offset = fdtdec_lookup_phandle(gd->fdt_blob, node, "phy-handle"); in sun8i_emac_eth_ofdata_to_platdata()
|
D | xilinx_axi_emac.c | 721 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()
|
D | xilinx_emaclite.c | 606 offset = fdtdec_lookup_phandle(gd->fdt_blob, dev_of_offset(dev), in emaclite_ofdata_to_platdata()
|
D | pic32_eth.c | 557 offset = fdtdec_lookup_phandle(gd->fdt_blob, dev_of_offset(dev), in pic32_eth_probe()
|
D | zynq_gem.c | 704 priv->phy_of_handle = fdtdec_lookup_phandle(gd->fdt_blob, node, in zynq_gem_ofdata_to_platdata()
|
D | keystone_net.c | 1070 phy = fdtdec_lookup_phandle(fdt, slave, "phy-handle"); in ks2_eth_parse_slave_interface()
|
D | ag7xxx.c | 894 offset = fdtdec_lookup_phandle(gd->fdt_blob, dev_of_offset(dev), "phy"); in ag7xxx_get_phy_iface_offset()
|
D | cpsw.c | 1396 fdtdec_lookup_phandle(fdt, subnode, in cpsw_eth_ofdata_to_platdata()
|
D | mvpp2.c | 4727 phy_node = fdtdec_lookup_phandle(gd->fdt_blob, port_node, "phy"); in phy_info_parse()
|
/external/u-boot/drivers/usb/musb-new/ |
D | ti-musb.c | 92 phys = fdtdec_lookup_phandle(fdt, node, "phys"); in ti_musb_ofdata_to_platdata() 93 ctrl_mod = fdtdec_lookup_phandle(fdt, phys, "ti,ctrl_mod"); in ti_musb_ofdata_to_platdata()
|
/external/u-boot/arch/arm/mach-rockchip/ |
D | rk3288-board.c | 219 node = fdtdec_lookup_phandle(blob, node, "phys"); in board_usb_init()
|
/external/u-boot/include/ |
D | fdtdec.h | 659 int fdtdec_lookup_phandle(const void *blob, int node, const char *prop_name);
|
/external/u-boot/drivers/usb/host/ |
D | ehci-mx6.c | 447 phy_off = fdtdec_lookup_phandle(blob, in ehci_usb_phy_mode()
|
/external/u-boot/drivers/video/ |
D | tegra.c | 375 panel_node = fdtdec_lookup_phandle(blob, rgb, "nvidia,panel"); in tegra_lcd_ofdata_to_platdata()
|
/external/u-boot/lib/ |
D | fdtdec.c | 619 int fdtdec_lookup_phandle(const void *blob, int node, const char *prop_name) in fdtdec_lookup_phandle() function
|