Home
last modified time | relevance | path

Searched refs:phy_node (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/board/freescale/common/
H A Dsgmii_riser.c45 int phy_node; in fsl_sgmii_riser_fdt_fixup() local
69 phy_node = fdt_subnode_offset(fdt, mdio_node, sgmii_phy); in fsl_sgmii_riser_fdt_fixup()
70 if (phy_node > 0) { in fsl_sgmii_riser_fdt_fixup()
72 ph = fdt_create_phandle(fdt, phy_node); in fsl_sgmii_riser_fdt_fixup()
101 if (phy_node < 0) { in fsl_sgmii_riser_fdt_fixup()
112 phy_node = fdt_node_offset_by_phandle(fdt, in fsl_sgmii_riser_fdt_fixup()
118 fdt_setprop_cell(fdt, phy_node, "reg", in fsl_sgmii_riser_fdt_fixup()
/rk3399_rockchip-uboot/drivers/net/
H A Deth-phy-uclass.c19 ofnode mdio_node, phy_node; in eth_phy_binds_nodes() local
30 ofnode_for_each_subnode(phy_node, mdio_node) { in eth_phy_binds_nodes()
31 node_name = ofnode_get_name(phy_node); in eth_phy_binds_nodes()
37 node_name, phy_node, NULL); in eth_phy_binds_nodes()
H A Dmvpp2.c991 int phy_node; member
4583 if (port->phy_node) { in mvpp2_open()
4721 int phy_node, mdio_off, cp_node; in phy_info_parse() local
4727 phy_node = fdtdec_lookup_phandle(gd->fdt_blob, port_node, "phy"); in phy_info_parse()
4729 if (phy_node > 0) { in phy_info_parse()
4730 phyaddr = fdtdec_get_int(gd->fdt_blob, phy_node, "reg", 0); in phy_info_parse()
4735 mdio_off = fdt_parent_offset(gd->fdt_blob, phy_node); in phy_info_parse()
4758 phy_node = 0; in phy_info_parse()
4796 port->phy_node = phy_node; in phy_info_parse()
5488 if(port->phy_node) in mvpp2_probe()
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/ls102xa/
H A Dfdt.c30 int phy_node; in ft_fixup_enet_phy_connect_type() local
56 phy_node = fdt_path_offset(fdt, phy_path); in ft_fixup_enet_phy_connect_type()
57 if (phy_node < 0) in ft_fixup_enet_phy_connect_type()
60 ph = fdt_create_phandle(fdt, phy_node); in ft_fixup_enet_phy_connect_type()
/rk3399_rockchip-uboot/drivers/usb/phy/
H A Drockchip_usb2_phy.c88 int node, phy_node; in otg_phy_parse() local
143 phy_node = fdt_parent_offset(blob, node); in otg_phy_parse()
144 if (phy_node <= 0) { in otg_phy_parse()
153 pdata->phy_of_node = phy_node; in otg_phy_parse()
/rk3399_rockchip-uboot/drivers/mmc/
H A Drockchip_sdhci.c290 ofnode phy_node; in rk3399_emmc_get_phy() local
295 phy_node = ofnode_get_by_phandle(phandle); in rk3399_emmc_get_phy()
296 if (!ofnode_valid(phy_node)) { in rk3399_emmc_get_phy()
304 grf_phy_offset = ofnode_read_u32_default(phy_node, "reg", 0); in rk3399_emmc_get_phy()
/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_display.c81 int phy_node; member