Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mediatek/
H A Dmtk_star_emac.c271 phy_interface_t phy_intf; member
1014 mtk_star_adjust_link, 0, priv->phy_intf); in mtk_star_enable()
1509 switch (priv->phy_intf) { in mtk_star_set_timing()
1590 ret = of_get_phy_mode(of_node, &priv->phy_intf); in mtk_star_probe()
1593 } else if (priv->phy_intf != PHY_INTERFACE_MODE_RMII && in mtk_star_probe()
1594 priv->phy_intf != PHY_INTERFACE_MODE_MII) { in mtk_star_probe()
1596 phy_modes(priv->phy_intf)); in mtk_star_probe()
1669 switch (priv->phy_intf) { in mt8516_set_interface_mode()
1702 switch (priv->phy_intf) { in mt8365_set_interface_mode()
/linux/drivers/net/ethernet/faraday/
H A Dftgmac100.c1470 phy_interface_t phy_intf; in ftgmac100_mii_probe() local
1474 err = of_get_phy_mode(np, &phy_intf); in ftgmac100_mii_probe()
1476 phy_intf = PHY_INTERFACE_MODE_RGMII; in ftgmac100_mii_probe()
1492 if (priv->is_aspeed && !(phy_interface_mode_is_rgmii(phy_intf))) { in ftgmac100_mii_probe()
1495 phy_modes(phy_intf)); in ftgmac100_mii_probe()
1505 &ftgmac100_adjust_link, phy_intf); in ftgmac100_mii_probe()