Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-rk.c70 bool integrated_phy; member
585 reg = bsp_priv->integrated_phy ? RK3328_GRF_MAC_CON2 : in rk3328_set_to_rmii()
615 reg = bsp_priv->integrated_phy ? RK3328_GRF_MAC_CON2 : in rk3328_set_rmii_speed()
1598 if (plat->phy_node && bsp_priv->integrated_phy) { in rk_gmac_clk_init()
1763 bsp_priv->integrated_phy = of_property_read_bool(plat->phy_node, in rk_gmac_setup()
1765 if (bsp_priv->integrated_phy) { in rk_gmac_setup()
1774 bsp_priv->integrated_phy ? "yes" : "no"); in rk_gmac_setup()
1850 if (bsp_priv->integrated_phy && bsp_priv->ops->integrated_phy_powerup) in rk_gmac_powerup()
1858 if (gmac->integrated_phy && gmac->ops->integrated_phy_powerdown) in rk_gmac_powerdown()