Lines Matching refs:phy_interface
207 switch (priv->phy_interface) { in bcmgenet_mii_config()
272 dev_err(kdev, "unknown phy mode: %d\n", priv->phy_interface); in bcmgenet_mii_config()
279 (priv->phy_interface != PHY_INTERFACE_MODE_MOCA); in bcmgenet_mii_config()
310 phy_interface_t phy_iface = priv->phy_interface; in bcmgenet_mii_probe()
343 switch (priv->phy_interface) { in bcmgenet_mii_probe()
445 if (pd->phy_interface != PHY_INTERFACE_MODE_MOCA && pd->mdio_enabled) { in bcmgenet_mii_pdata_init()
547 priv->phy_interface = phy_mode; in bcmgenet_phy_interface_init()
554 if (priv->phy_interface == PHY_INTERFACE_MODE_INTERNAL) in bcmgenet_phy_interface_init()
586 if (priv->phy_interface == PHY_INTERFACE_MODE_MOCA) { in bcmgenet_mii_of_init()
608 if (pd->phy_interface != PHY_INTERFACE_MODE_MOCA && pd->mdio_enabled) { in bcmgenet_mii_pd_init()
615 phydev = phy_attach(priv->dev, phy_name, pd->phy_interface); in bcmgenet_mii_pd_init()
644 priv->phy_interface = pd->phy_interface; in bcmgenet_mii_pd_init()