Home
last modified time | relevance | path

Searched refs:integrated_phy (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dgmac_rockchip.c68 bool integrated_phy; member
129 pdata->integrated_phy = dev_read_bool(dev, "phy-is-integrated"); in gmac_rockchip_ofdata_to_platdata()
132 pdata->integrated_phy = ofnode_read_bool(args.node, in gmac_rockchip_ofdata_to_platdata()
136 if (pdata->integrated_phy) { in gmac_rockchip_ofdata_to_platdata()
414 rk_clrsetreg(pdata->integrated_phy ? &grf->mac_con[2] : &grf->mac_con[1], in rk3328_gmac_fix_mac_speed()
1009 rk_clrsetreg(pdata->integrated_phy ? &grf->mac_con[2] : &grf->mac_con[1], in rk3328_gmac_set_to_rmii()
1976 if (pdata->integrated_phy && ops->integrated_phy_powerup) in gmac_rockchip_probe()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-rk.c57 bool integrated_phy; member
979 reg = bsp_priv->integrated_phy ? RK3328_GRF_MAC_CON2 : in rk3328_set_to_rmii()
1019 reg = bsp_priv->integrated_phy ? RK3328_GRF_MAC_CON2 : in rk3328_set_rmii_speed()
2312 if (bsp_priv->integrated_phy) { in rk_gmac_clk_init()
2519 bsp_priv->integrated_phy = of_property_read_bool(plat->phy_node, in rk_gmac_setup()
2521 if (bsp_priv->integrated_phy) { in rk_gmac_setup()
2565 bsp_priv->integrated_phy ? "yes" : "no"); in rk_gmac_setup()
2671 if (!bsp_priv->integrated_phy || !bsp_priv->ops || in rk_integrated_phy_power()