Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-rk.c69 bool integrated_phy; member
804 reg = bsp_priv->integrated_phy ? RK3328_GRF_MAC_CON2 : RK3328_GRF_MAC_CON1; in rk3328_set_to_rmii()
839 reg = bsp_priv->integrated_phy ? RK3328_GRF_MAC_CON2 : RK3328_GRF_MAC_CON1; in rk3328_set_rmii_speed()
1678 /* If it is not integrated_phy, clk_phy is optional */ in rk_gmac_clk_init()
1679 if (bsp_priv->integrated_phy) { in rk_gmac_clk_init()
1886 bsp_priv->integrated_phy = of_property_read_bool(plat->phy_node, "phy-is-integrated"); in rk_gmac_setup()
1887 if (bsp_priv->integrated_phy) { in rk_gmac_setup()
1895 dev_info(dev, "integrated PHY? (%s).\n", bsp_priv->integrated_phy ? "yes" : "no"); in rk_gmac_setup()
1968 if (bsp_priv->integrated_phy) { in rk_gmac_powerup()
1977 if (gmac->integrated_phy) { in rk_gmac_powerdown()
[all...]

Completed in 5 milliseconds