Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-rk.c79 bool integrated_phy; member
573 reg = bsp_priv->integrated_phy ? RK3328_GRF_MAC_CON2 : in rk3328_set_to_rmii()
594 if (interface == PHY_INTERFACE_MODE_RMII && bsp_priv->integrated_phy) in rk3328_set_speed()
1450 if (plat->phy_node && bsp_priv->integrated_phy) { in rk_gmac_clk_init()
1616 bsp_priv->integrated_phy = of_property_read_bool(plat->phy_node, in rk_gmac_setup()
1618 if (bsp_priv->integrated_phy) { in rk_gmac_setup()
1627 bsp_priv->integrated_phy ? "yes" : "no"); in rk_gmac_setup()
1703 if (bsp_priv->integrated_phy && bsp_priv->ops->integrated_phy_powerup) in rk_gmac_powerup()
1711 if (gmac->integrated_phy && gmac->ops->integrated_phy_powerdown) in rk_gmac_powerdown()
1777 if (priv->plat->phy_node && bsp_priv->integrated_phy) in rk_gmac_exit()